jaugment2.mediaplayer
Class SemiNatRepresentation.NextTrackListener

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

private class SemiNatRepresentation.NextTrackListener
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.NextTrackListener(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.NextTrackListener

public SemiNatRepresentation.NextTrackListener(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