JanosVM v1.0 API

Uses of Interface
edu.utah.janosvm.sys.TeamEventHandler

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

This documentation is Copyright (C) 2000-2003 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 Feb 13, 2003