jsim.jmessage
Interface JsimBean

All Superinterfaces:
java.io.Serializable

public interface JsimBean
extends java.io.Serializable

JsimBean is the parent class of all beans and agents in JSIM.


Method Summary
 void addJsimListener(JsimListener l)
          Adds a JsimListener to an event object registration list.
 

Method Detail

addJsimListener

void addJsimListener(JsimListener l)
Adds a JsimListener to an event object registration list.

Parameters:
l - The target JsimListener to be added