equip.net
Class DeactivateCallbackImpl

java.lang.Object
  extended byequip.runtime.Object
      extended byequip.runtime.ValueBase
          extended byequip.net.DeactivateCallback
              extended byequip.net.DeactivateCallbackImpl
All Implemented Interfaces:
java.lang.Cloneable

public class DeactivateCallbackImpl
extends DeactivateCallback

Implementation of DeactivateCallback


Constructor Summary
DeactivateCallbackImpl()
           
 
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

DeactivateCallbackImpl

public DeactivateCallbackImpl()
Method Detail

notifyDeactivate

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

Specified by:
notifyDeactivate in class DeactivateCallback