nl.tudelft.simulation.content
Interface HandlerInterface

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
ActorInterface
All Known Implementing Classes:
Actor, Handler

public interface HandlerInterface
extends java.io.Serializable

The HandlerInterface defines what any Handler should be able to do: handle some Serializable content.

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.

Version:
$$Revision: 1.2 $$ $$Date: 2005/04/08 10:56:35 $$
Author:
Peter Jacobs , Stijn-Pieter van Houten , Alexander Verbraeck

Method Summary
 boolean handleContent(java.io.Serializable content)
          Method handleContent.
 

Method Detail

handleContent

public boolean handleContent(java.io.Serializable content)
Method handleContent.

Parameters:
content - the content to be handled, can be of any type
Returns:
a boolean acknowledgement; true or false


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