A collection of remote medias. More...
Public Member Functions | |
fm.liveswitch.RemoteMedia | getById (String idValue) |
Gets a media by ID. More... | |
RemoteMediaCollection () | |
Protected Member Functions | |
void | addSuccess (fm.liveswitch.RemoteMedia value) |
Invoked when an element is added to the collection. More... | |
fm.liveswitch.RemoteMedia[] | arrayFromList (java.util.ArrayList< fm.liveswitch.RemoteMedia > list) |
Creates an array from a list. More... | |
fm.liveswitch.RemoteMediaCollection | createCollection () |
Creates a collection. More... | |
void | removeSuccess (fm.liveswitch.RemoteMedia value) |
Invoked when an element is removed from the collection. More... | |
A collection of remote medias.
fm.liveswitch.RemoteMediaCollection.RemoteMediaCollection | ( | ) |
|
protected |
Invoked when an element is added to the collection.
value | The value. |
|
protected |
Creates an array from a list.
list | The list. |
|
protected |
Creates a collection.
fm.liveswitch.RemoteMedia fm.liveswitch.RemoteMediaCollection.getById | ( | String | idValue | ) |
Gets a media by ID.
idValue | The identifier. |
|
protected |
Invoked when an element is removed from the collection.
value | The value. |