|
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.isolate.IsolateTeamList
Field Summary | |
private Isolate |
isolate
The Isolate object paired with this object. |
private TeamList |
tl
Our connection to the global team list. |
Constructor Summary | |
IsolateTeamList(Isolate isolate)
Construct a listener for the given Isolate object. |
Method Summary | |
void |
event(TeamReservation tr,
TeamEvent ev)
Callback for handling events related to teams. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait,
wait0 |
Field Detail |
private TeamList tl
private Isolate isolate
Constructor Detail |
public IsolateTeamList(Isolate isolate)
isolate
- The Isolate object to pair with this object.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.public java.lang.String toString()
|
JanosVM v0.6.0 Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |