jaugment2.mediaplayer
Class SemiNatRepresentation.StopListener

java.lang.Object
  |
  +--jaugment2.mediaplayer.SemiNatRepresentation.StopListener
Enclosing class:
SemiNatRepresentation

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

See Also:
Serialized Form

Field Summary
private static boolean debug
           
private  MediaPlayerIF player
           
 
Constructor Summary
SemiNatRepresentation.StopListener(MediaPlayerIF player)
           
 
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

player

private MediaPlayerIF player
Constructor Detail

SemiNatRepresentation.StopListener

public SemiNatRepresentation.StopListener(MediaPlayerIF player)
                                   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