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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [java/] [awt/] [event/] [InvocationEvent.h] - Blame information for rev 761

Go to most recent revision | 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_event_InvocationEvent__
5
#define __java_awt_event_InvocationEvent__
6
 
7
#pragma interface
8
 
9
#include <java/awt/AWTEvent.h>
10
extern "Java"
11
{
12
  namespace java
13
  {
14
    namespace awt
15
    {
16
      namespace event
17
      {
18
          class InvocationEvent;
19
      }
20
    }
21
  }
22
}
23
 
24
class java::awt::event::InvocationEvent : public ::java::awt::AWTEvent
25
{
26
 
27
public:
28
  InvocationEvent(::java::lang::Object *, ::java::lang::Runnable *);
29
  InvocationEvent(::java::lang::Object *, ::java::lang::Runnable *, ::java::lang::Object *, jboolean);
30
public: // actually protected
31
  InvocationEvent(::java::lang::Object *, jint, ::java::lang::Runnable *, ::java::lang::Object *, jboolean);
32
public:
33
  virtual void dispatch();
34
  virtual ::java::lang::Exception * getException();
35
  virtual ::java::lang::Throwable * getThrowable();
36
  virtual jlong getWhen();
37
  virtual ::java::lang::String * paramString();
38
private:
39
  static const jlong serialVersionUID = 436056344909459450LL;
40
public:
41
  static const jint INVOCATION_FIRST = 1200;
42
  static const jint INVOCATION_DEFAULT = 1200;
43
  static const jint INVOCATION_LAST = 1200;
44
public: // actually protected
45
  ::java::lang::Runnable * __attribute__((aligned(__alignof__( ::java::awt::AWTEvent)))) runnable;
46
  ::java::lang::Object * notifier;
47
  jboolean catchExceptions;
48
private:
49
  ::java::lang::Exception * exception;
50
  ::java::lang::Throwable * throwable;
51
  jlong when;
52
public:
53
  static ::java::lang::Class class$;
54
};
55
 
56
#endif // __java_awt_event_InvocationEvent__

powered by: WebSVN 2.1.0

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