equip.city
Class CityProxy.TCPHandlerDub.VisitorCallback

java.lang.Object
  |
  +--equip.runtime.Object
        |
        +--equip.runtime.ValueBase
              |
              +--equip.data.DataCallback
                    |
                    +--equip.city.CityProxy.TCPHandlerDub.VisitorCallback
Enclosing class:
CityProxy.TCPHandlerDub

protected class CityProxy.TCPHandlerDub.VisitorCallback
extends equip.data.DataCallback

callback handler for Visitor add and delete events (including wand hack)


Constructor Summary
protected CityProxy.TCPHandlerDub.VisitorCallback()
           
 
Method Summary
 void notify(equip.data.Event event, equip.data.EventPattern pattern, boolean patternDeleted, equip.data.DataSession session, equip.runtime.ValueBase closure)
           
 
Methods inherited from class equip.data.DataCallback
_equals_helper, _matches_helper, equals, getModuleName, matches, readObject, writeObject
 
Methods inherited from class equip.runtime.ValueBase
_equals_helper, _matches_helper
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CityProxy.TCPHandlerDub.VisitorCallback

protected CityProxy.TCPHandlerDub.VisitorCallback()
Method Detail

notify

public void notify(equip.data.Event event,
                   equip.data.EventPattern pattern,
                   boolean patternDeleted,
                   equip.data.DataSession session,
                   equip.runtime.ValueBase closure)
Overrides:
notify in class equip.data.DataCallback