Viewing file: InvocationEvent.h (1.28 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __java_awt_event_InvocationEvent__ #define __java_awt_event_InvocationEvent__
#pragma interface
#include <java/awt/AWTEvent.h>
extern "Java" { namespace java { namespace awt { namespace event { class InvocationEvent; } } } };
class ::java::awt::event::InvocationEvent : public ::java::awt::AWTEvent { public: // actually protected InvocationEvent (::java::lang::Object *, jint, ::java::lang::Runnable *, ::java::lang::Object *, jboolean); public: InvocationEvent (::java::lang::Object *, ::java::lang::Runnable *); InvocationEvent (::java::lang::Object *, ::java::lang::Runnable *, ::java::lang::Object *, jboolean); virtual void dispatch (); virtual ::java::lang::Exception *getException () { return exception; } virtual ::java::lang::String *paramString (); static const jint INVOCATION_DEFAULT = 1200L; static const jint INVOCATION_FIRST = 1200L; static const jint INVOCATION_LAST = 1200L; public: // actually protected jboolean catchExceptions; ::java::lang::Object *notifier; ::java::lang::Runnable *runnable; private: ::java::lang::Exception *exception; public:
static ::java::lang::Class class$; };
#endif /* __java_awt_event_InvocationEvent__ */
|