JanosVM v1.0 API

Uses of Class
edu.utah.janosvm.sys.Event

Packages that use Event
edu.utah.janosvm.sys Provides the java interface to the JanosVM Team facilities. 
 

Uses of Event in edu.utah.janosvm.sys
 

Subclasses of Event in edu.utah.janosvm.sys
 class TeamEvent
          Simple class that describes a team related event.
 

Methods in edu.utah.janosvm.sys that return Event
(package private)  Event EventQueue.dequeue()
          Fetch (and remove) the head event from this queue.
 

Methods in edu.utah.janosvm.sys with parameters of type Event
 void EventQueue.enqueue(Event event, EventHandler eh, int type)
          Enqueue an event.
 void EventHandler.handleEvent(Event ev)
          Handle the Event targeted to this object.
 void TeamBackEnd.handleEvent(Event ev)
           
 


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