fm.liveswitch.RemoteMediaCollection Class Reference

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...
 

Detailed Description

A collection of remote medias.

Constructor & Destructor Documentation

◆ RemoteMediaCollection()

fm.liveswitch.RemoteMediaCollection.RemoteMediaCollection ( )

Member Function Documentation

◆ addSuccess()

void fm.liveswitch.RemoteMediaCollection.addSuccess ( fm.liveswitch.RemoteMedia  value)
protected

Invoked when an element is added to the collection.

Parameters
valueThe value.

◆ arrayFromList()

fm.liveswitch.RemoteMedia [] fm.liveswitch.RemoteMediaCollection.arrayFromList ( java.util.ArrayList< fm.liveswitch.RemoteMedia list)
protected

Creates an array from a list.

Parameters
listThe list.

◆ createCollection()

fm.liveswitch.RemoteMediaCollection fm.liveswitch.RemoteMediaCollection.createCollection ( )
protected

Creates a collection.

◆ getById()

fm.liveswitch.RemoteMedia fm.liveswitch.RemoteMediaCollection.getById ( String  idValue)

Gets a media by ID.

Parameters
idValueThe identifier.

◆ removeSuccess()

void fm.liveswitch.RemoteMediaCollection.removeSuccess ( fm.liveswitch.RemoteMedia  value)
protected

Invoked when an element is removed from the collection.

Parameters
valueThe value.