OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [java/] [awt/] [Component$HeavyweightInLightweightListener.h] - Blame information for rev 758

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 758 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __java_awt_Component$HeavyweightInLightweightListener__
5
#define __java_awt_Component$HeavyweightInLightweightListener__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Object.h>
10
extern "Java"
11
{
12
  namespace java
13
  {
14
    namespace awt
15
    {
16
        class Component;
17
        class Component$HeavyweightInLightweightListener;
18
        class Container;
19
      namespace event
20
      {
21
          class ComponentEvent;
22
      }
23
    }
24
  }
25
}
26
 
27
class java::awt::Component$HeavyweightInLightweightListener : public ::java::lang::Object
28
{
29
 
30
public:
31
  Component$HeavyweightInLightweightListener(::java::awt::Component *, ::java::awt::Container *);
32
  virtual void componentResized(::java::awt::event::ComponentEvent *);
33
  virtual void componentMoved(::java::awt::event::ComponentEvent *);
34
  virtual void componentShown(::java::awt::event::ComponentEvent *);
35
  virtual void componentHidden(::java::awt::event::ComponentEvent *);
36
public: // actually package-private
37
  ::java::awt::Component * __attribute__((aligned(__alignof__( ::java::lang::Object)))) this$0;
38
public:
39
  static ::java::lang::Class class$;
40
};
41
 
42
#endif // __java_awt_Component$HeavyweightInLightweightListener__

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.