jaugment2.mediaplayer
Class Play_MimeDataHandlerEntry

java.lang.Object
  |
  +--jaugment2.mediaplayer.ReplacePlaylist_MimeDataHandlerEntry
        |
        +--jaugment2.mediaplayer.Play_MimeDataHandlerEntry

public class Play_MimeDataHandlerEntry
extends ReplacePlaylist_MimeDataHandlerEntry

MimeDataHandlerEntry for replaying the current playlist with a URL/playlist and playing it

See Also:
Serialized Form

Constructor Summary
Play_MimeDataHandlerEntry()
           
 
Method Summary
 java.lang.String getActionDisplayName(java.util.Locale loc)
          Give a name to display for the action
 void performAction(java.lang.Object proxy, java.io.InputStream in)
          Perform the action on the data-stream given as in setInputDataStream.
 
Methods inherited from class jaugment2.mediaplayer.ReplacePlaylist_MimeDataHandlerEntry
handlesMimeType, performAction, performAction2
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

Play_MimeDataHandlerEntry

public Play_MimeDataHandlerEntry()
Method Detail

getActionDisplayName

public java.lang.String getActionDisplayName(java.util.Locale loc)
Give a name to display for the action
Overrides:
getActionDisplayName in class ReplacePlaylist_MimeDataHandlerEntry

performAction

public void performAction(java.lang.Object proxy,
                          java.io.InputStream in)
                   throws java.io.IOException
Perform the action on the data-stream given as in setInputDataStream.
Overrides:
performAction in class ReplacePlaylist_MimeDataHandlerEntry
Parameters:
proxy - The proxy this Entry was assigned to