bluej.extensions.event
Class ApplicationEvent

java.lang.Object
  extended by bluej.extensions.event.ApplicationEvent
All Implemented Interfaces:
ExtensionEvent

public class ApplicationEvent
extends java.lang.Object
implements ExtensionEvent

This class encapsulates BlueJ application events.

Version:
$Id: ApplicationEvent.java 6215 2009-03-30 13:28:25Z polle $

Field Summary
static int APP_READY_EVENT
          Event generated when the BlueJ application is initialised and ready.
 
Constructor Summary
ApplicationEvent(int anEventId)
          Constructs an ApplicationEvent
 
Method Summary
 int getEvent()
          Returns the event type, one of the values defined.
 java.lang.String toString()
          Returns a meaningful description of this event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

APP_READY_EVENT

public static final int APP_READY_EVENT
Event generated when the BlueJ application is initialised and ready.

See Also:
Constant Field Values
Constructor Detail

ApplicationEvent

public ApplicationEvent(int anEventId)
Constructs an ApplicationEvent

Method Detail

getEvent

public int getEvent()
Returns the event type, one of the values defined.


toString

public java.lang.String toString()
Returns a meaningful description of this event.

Overrides:
toString in class java.lang.Object


BlueJ homepage