|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectbluej.extensions.event.ApplicationEvent
public class ApplicationEvent
This class encapsulates BlueJ application events.
| 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 |
|---|
public static final int APP_READY_EVENT
| Constructor Detail |
|---|
public ApplicationEvent(int anEventId)
| Method Detail |
|---|
public int getEvent()
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||