network.manager
Class DefaultEventHandler

java.lang.Object
  extended bynetwork.manager.EventHandler
      extended bynetwork.manager.DefaultEventHandler
All Implemented Interfaces:
java.io.Serializable

public class DefaultEventHandler
extends EventHandler
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
protected  SubscriberObject defSubObj
           
 
Fields inherited from class network.manager.EventHandler
db, host, iAg, mAg
 
Constructor Summary
DefaultEventHandler()
           
 
Method Summary
 void notifyEvent(Event event, int typeOfAgent)
           
 
Methods inherited from class network.manager.EventHandler
addSubscriberList, notifyEventPreProcess, processEvent, setAgentHandle, setAgentHandle, setAgentURN, setValues
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

defSubObj

protected SubscriberObject defSubObj
Constructor Detail

DefaultEventHandler

public DefaultEventHandler()
Method Detail

notifyEvent

public void notifyEvent(Event event,
                        int typeOfAgent)
Overrides:
notifyEvent in class EventHandler
Parameters:
event -
Returns: