public class EMPlaylistItemChangedEvent<T extends EMPlaylistManager.PlaylistItem>
extends java.lang.Object
Constructor and Description |
---|
EMPlaylistItemChangedEvent(T currentItem,
EMPlaylistManager.MediaType mediaType,
boolean hasPrevious,
boolean hasNext) |
Modifier and Type | Method and Description |
---|---|
T |
getCurrentItem() |
EMPlaylistManager.MediaType |
getMediaType() |
boolean |
hasNext() |
boolean |
hasPrevious() |
public EMPlaylistItemChangedEvent(T currentItem, EMPlaylistManager.MediaType mediaType, boolean hasPrevious, boolean hasNext)
public T getCurrentItem()
public EMPlaylistManager.MediaType getMediaType()
public boolean hasNext()
public boolean hasPrevious()