|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnl.tudelft.simulation.content.Handler
An abstract definition of a handler, providing a default stream and a
constructor method.
Copyright (c) 2003-2005 Delft University of Technology, Jaffalaan 5, 2628 BX
Delft, the Netherlands. All rights reserved.
See for project information
www.simulation.tudelft.nl .
The source code and binary code of this software is proprietary information
of Delft University of Technology.
| Field Summary | |
protected ActorInterface |
owner
the owner of this handler |
protected nl.tudelft.simulation.jstats.streams.StreamInterface |
stream
the default stream to use for the time delays |
| Constructor Summary | |
Handler(ActorInterface owner)
constructs a new Handler |
|
| Method Summary | |
nl.tudelft.simulation.jstats.streams.StreamInterface |
getStream()
|
abstract boolean |
handleContent(java.io.Serializable content)
Method handleContent. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected ActorInterface owner
protected nl.tudelft.simulation.jstats.streams.StreamInterface stream
| Constructor Detail |
public Handler(ActorInterface owner)
owner - the owner of this handler| Method Detail |
public nl.tudelft.simulation.jstats.streams.StreamInterface getStream()
public abstract boolean handleContent(java.io.Serializable content)
HandlerInterface
handleContent in interface HandlerInterfacecontent - the content to be handled, can be of any type
HandlerInterface.handleContent(java.io.Serializable)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||