|
JanosVM v0.6.0 Java API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--edu.utah.janosvm.kit.management.team.TeamListMessenger
A TeamList implementation that sends TeamListMessages to a MsgPort. Since the `event' call back happens on kernel time we don't want to waste time so we just visit the other team, construct a message and send it off to someone who can handle it better.
| Constructor Summary | |
TeamListMessenger(MsgPort mp)
Construct a messenger that will send TeamListMessage's to the given MsgPort. |
|
| Method Summary | |
void |
event(TeamReservation tr,
TeamEvent ev)
Callback for handling events related to teams. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public TeamListMessenger(MsgPort mp)
mp - A MsgPort that is willing to receive and process
TeamListMessage's| Method Detail |
public void event(TeamReservation tr,
TeamEvent ev)
tr - A TeamReservation thats reserved the team that `this' is in.ev - The TeamEvent object that describes the event that occurred.
|
JanosVM v0.6.0 Java API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||