|
JanosVM v1.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TeamEventHandler | |
edu.utah.janosvm.kit.management.team | A collection of classes for managing teams in the JanosVM. |
edu.utah.janosvm.sys | Provides the java interface to the JanosVM Team facilities. |
Uses of TeamEventHandler in edu.utah.janosvm.kit.management.team |
Classes in edu.utah.janosvm.kit.management.team that implement TeamEventHandler | |
class |
TeamEventMessenger
A TeamEventHandler implementation that sends TeamEventMessages to a MsgPort. |
Uses of TeamEventHandler in edu.utah.janosvm.sys |
Methods in edu.utah.janosvm.sys that return TeamEventHandler | |
TeamEventHandler |
EventTeamHandle.getEventHandler()
Get the event handler associated with this handle. |
Methods in edu.utah.janosvm.sys with parameters of type TeamEventHandler | |
void |
EventTeamHandle.setEventHandler(TeamEventHandler teh)
Set the event handler associated with this handle, overwrites previous handler, if any. |
Constructors in edu.utah.janosvm.sys with parameters of type TeamEventHandler | |
EventTeamHandle(int eventMask,
TeamEventHandler teh,
TeamHandle th)
Construct an EventTeamHandle with the given mask and
handler for the team associated with the given TeamHandle . |
|
EventTeamHandle(int eventMask,
TeamEventHandler teh)
Construct an EventTeamHandle with the given mask and handler. |
|
EventTeamHandle(TeamEventHandler teh)
Construct an EventTeamHandle with the given handler. |
|
EventTeamHandle(TeamEventHandler teh,
TeamHandle th)
Construct an EventTeamHandle with the given handler
and attach it to the given team. |
|
JanosVM v1.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |