jaugment2.jini.simpleService
Class simpleService.myServiceIDListener

java.lang.Object
  |
  +--jaugment2.jini.simpleService.simpleService.myServiceIDListener
Enclosing class:
simpleService

protected class simpleService.myServiceIDListener
extends java.lang.Object
implements net.jini.lookup.ServiceIDListener


Field Summary
private  net.jini.lookup.ServiceIDListener inform
           
private  java.util.Properties prop
           
 
Constructor Summary
simpleService.myServiceIDListener(java.util.Properties prop, net.jini.lookup.ServiceIDListener inform)
           
 
Method Summary
 void serviceIDNotify(net.jini.core.lookup.ServiceID serviceID)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

prop

private java.util.Properties prop

inform

private net.jini.lookup.ServiceIDListener inform
Constructor Detail

simpleService.myServiceIDListener

public simpleService.myServiceIDListener(java.util.Properties prop,
                                         net.jini.lookup.ServiceIDListener inform)
Method Detail

serviceIDNotify

public void serviceIDNotify(net.jini.core.lookup.ServiceID serviceID)
Specified by:
serviceIDNotify in interface net.jini.lookup.ServiceIDListener