Uses of Interface
nl.tudelft.simulation.content.HandlerInterface

Packages that use HandlerInterface
nl.tudelft.simulation.actor   
nl.tudelft.simulation.content   
 

Uses of HandlerInterface in nl.tudelft.simulation.actor
 

Subinterfaces of HandlerInterface in nl.tudelft.simulation.actor
 interface ActorInterface
          The ActorInterface defines what an Actor actually is: an locatable, named object that is able to communicate, and able to schedule events on a simulator.
 

Classes in nl.tudelft.simulation.actor that implement HandlerInterface
 class Actor
          The actor is the basic entity in the nl.tudelft.simulation.actor package.
 class ActorGroup
          An ActorGroup is a group of actors that acts like a normal Actor object, but which can also act on behalf of the group of objects.
 

Methods in nl.tudelft.simulation.actor with parameters of type HandlerInterface
 void Actor.addContentHandler(java.lang.Class contentClass, HandlerInterface handler)
          adds a handler for message content
 void Actor.removeContentHandler(java.lang.Class contentClass, HandlerInterface handler)
          removes a handler for message content
 

Uses of HandlerInterface in nl.tudelft.simulation.content
 

Classes in nl.tudelft.simulation.content that implement HandlerInterface
 class Handler
          An abstract definition of a handler, providing a default stream and a constructor method.
 



Copyright © 2004-2005 Delft University of Technology, the Netherlands. All Rights Reserved.