JanosVM v0.6.0 Java API

edu.utah.janosvm.kit.isolate
Class IsolateTeamList

java.lang.Object
  |
  +--edu.utah.janosvm.kit.isolate.IsolateTeamList

class IsolateTeamList
extends java.lang.Object
implements TeamListHandler


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

tl

private TeamList tl
Our connection to the global team list.

isolate

private Isolate isolate
The Isolate object paired with this object.
Constructor Detail

IsolateTeamList

public IsolateTeamList(Isolate isolate)
Construct a listener for the given Isolate object.
Parameters:
isolate - The Isolate object to pair with this object.
Method Detail

event

public void event(TeamReservation tr,
                  TeamEvent ev)
Description copied from interface: TeamListHandler
Callback for handling events related to teams. NOTE: This is called in the context of the kernel so you must use the provided TeamReservation if you want to do anything in the Importables team.
Specified by:
event in interface TeamListHandler
Tags copied from interface: TeamListHandler
Parameters:
tr - A TeamReservation thats reserved the team that `this' is in.
ev - The TeamEvent object that describes the event that occurred.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

JanosVM v0.6.0 Java API

This documentation is Copyright (C) 2000-2002 The University of Utah. All Rights Reserved. See the documentation license for distribution terms and restrictions.
Documentation, software, and mailing lists for the JanosVM can be found at the Janos Project web page: http://www.cs.utah.edu/flux/janos/
Generated on Mar 17, 2002