jaugment2.clock
Class SemiNatRepresentation.GetTimeListener

java.lang.Object
  |
  +--jaugment2.clock.SemiNatRepresentation.GetTimeListener
Enclosing class:
SemiNatRepresentation

private class SemiNatRepresentation.GetTimeListener
extends java.lang.Object
implements net.jini.core.event.RemoteEventListener, java.io.Serializable

See Also:
Serialized Form

Field Summary
private static boolean debug
           
private  ClockService p
           
 
Constructor Summary
SemiNatRepresentation.GetTimeListener(ClockService p)
           
 
Method Summary
 void notify(net.jini.core.event.RemoteEvent p0)
          react to an event from a SemiNaturalInputProcessing
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

debug

private static final boolean debug

p

private ClockService p
Constructor Detail

SemiNatRepresentation.GetTimeListener

public SemiNatRepresentation.GetTimeListener(ClockService p)
                                      throws java.rmi.RemoteException
Method Detail

notify

public void notify(net.jini.core.event.RemoteEvent p0)
            throws net.jini.core.event.UnknownEventException,
                   java.rmi.RemoteException
react to an event from a SemiNaturalInputProcessing
Specified by:
notify in interface net.jini.core.event.RemoteEventListener