equip.data
Class DataProxyImpl.MyDeactivateCallback

java.lang.Object
  extended byequip.runtime.Object
      extended byequip.runtime.ValueBase
          extended byequip.net.DeactivateCallback
              extended byequip.data.DataProxyImpl.MyDeactivateCallback
All Implemented Interfaces:
java.lang.Cloneable
Enclosing class:
DataProxyImpl

class DataProxyImpl.MyDeactivateCallback
extends DeactivateCallback


Constructor Summary
DataProxyImpl.MyDeactivateCallback(DataProxyImpl proxy)
           
 
Method Summary
 void notifyDeactivate(ServiceProxy proxy, ValueBase closure)
          ServiceProxy now inactive
 
Methods inherited from class equip.net.DeactivateCallback
_equals_helper, _matches_helper, equals, getModuleName, matches, readObject, writeObject
 
Methods inherited from class equip.runtime.ValueBase
_equals_helper, _matches_helper, clone
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataProxyImpl.MyDeactivateCallback

public DataProxyImpl.MyDeactivateCallback(DataProxyImpl proxy)
Method Detail

notifyDeactivate

public void notifyDeactivate(ServiceProxy proxy,
                             ValueBase closure)
Description copied from class: DeactivateCallback
ServiceProxy now inactive

Specified by:
notifyDeactivate in class DeactivateCallback