|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.util.EventObject
|
+--edu.brook.ascape.model.ScapeEvent
An event describing some change in scape state.
| Field Summary | |
static int |
REPORT_ITERATE
The scape has been updated (iterated.) |
static int |
REPORT_START
The scape has been initialized and started. |
static int |
REPORT_STOP
The scape has stopped. |
static int |
REQUEST_CLOSE
The scape is quitting, and requests the view to finish its business and destroy itself. |
static int |
REQUEST_SETUP
The scape is in a pre-initialization state, and can be modified freely. |
static int |
TICK
A 'tick' event gerated while a scape is paused. |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
ScapeEvent(java.lang.Object source,
int id)
Constructs a control event, used to control a scape. |
|
| Method Summary | |
int |
getID()
Gets the id decribing the control event. |
java.lang.String |
paramString()
Returns a paramter string describing this event. |
java.lang.String |
toString()
Reutrns a descriptive string for this event in the form |
| Methods inherited from class java.util.EventObject |
getSource |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Field Detail |
public static final int REQUEST_SETUP
public static final int REQUEST_CLOSE
public static final int REPORT_START
public static final int REPORT_STOP
public static final int REPORT_ITERATE
public static final int TICK
| Constructor Detail |
public ScapeEvent(java.lang.Object source,
int id)
source - the object firing this alert event.| Method Detail |
public int getID()
public java.lang.String paramString()
public java.lang.String toString()
|
(c) 1998-2000 The Brookings Insitution Webpage |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||