|
JanosVM v1.0 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Event | |
| edu.utah.janosvm.sys | Provides the java interface to the JanosVM Team facilities. |
| Uses of Event in edu.utah.janosvm.sys |
| Subclasses of Event in edu.utah.janosvm.sys | |
class |
TeamEvent
Simple class that describes a team related event. |
| Methods in edu.utah.janosvm.sys that return Event | |
(package private) Event |
EventQueue.dequeue()
Fetch (and remove) the head event from this queue. |
| Methods in edu.utah.janosvm.sys with parameters of type Event | |
void |
EventQueue.enqueue(Event event,
EventHandler eh,
int type)
Enqueue an event. |
void |
EventHandler.handleEvent(Event ev)
Handle the Event targeted to this object. |
void |
TeamBackEnd.handleEvent(Event ev)
|
|
JanosVM v1.0 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||