jaugment2.mediaplayer
Class MediaPlayerIF.MediaPlayerServiceEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--net.jini.core.event.RemoteEvent
              |
              +--jaugment2.mediaplayer.MediaPlayerIF.MediaPlayerServiceEvent
Enclosing class:
MediaPlayerIF

public static class MediaPlayerIF.MediaPlayerServiceEvent
extends net.jini.core.event.RemoteEvent

Class for events thrown here

See Also:
Serialized Form

Field Summary
static int EVID_PLAYLISTCHANGED
           
 java.lang.Object obj
           
 
Fields inherited from class net.jini.core.event.RemoteEvent
eventID, handback, seqNum, serialVersionUID, source
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
MediaPlayerIF.MediaPlayerServiceEvent(java.lang.Object proxy, long eventID, long seqNum, java.rmi.MarshalledObject handback, java.lang.Object obj)
           
 
Methods inherited from class net.jini.core.event.RemoteEvent
getID, getRegistrationObject, getSequenceNumber, readObject
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

obj

public java.lang.Object obj

EVID_PLAYLISTCHANGED

public static final int EVID_PLAYLISTCHANGED
Constructor Detail

MediaPlayerIF.MediaPlayerServiceEvent

public MediaPlayerIF.MediaPlayerServiceEvent(java.lang.Object proxy,
                                             long eventID,
                                             long seqNum,
                                             java.rmi.MarshalledObject handback,
                                             java.lang.Object obj)