Modifier and Type | Class and Description |
---|---|
class |
Activator
The Task of an Activator is to listen for whatever you choose to implement and fires events to notify a change.
|
Modifier and Type | Class and Description |
---|---|
class |
ContentGenerator
The Task of an ContentGenerator is to generate a Resources-Object when a Event it subscribed to was fired.
|
Modifier and Type | Class and Description |
---|---|
class |
EventsController
represents an EventsController used for Controlling the dispatching of Events
|
Modifier and Type | Class and Description |
---|---|
class |
InformationProvider
this class is responsible for communication information on request.
|
class |
Player<T>
use this class to actually play music.
|
class |
PlayerController
you should use this class to control your Player.
|
Modifier and Type | Method and Description |
---|---|
static Optional<PlayerRequest> |
PlayerRequest.createPlayerRequest(boolean permanent,
Identification player,
AddOnModule source)
creates a new PlayerRequest.
|
static Optional<PlayerRequest> |
PlayerRequest.createPlayerRequest(Playlist playlist,
boolean permanent,
Identification player,
AddOnModule source)
creates a new PlayerRequest.
|
static Optional<PlayerRequest> |
PlayerRequest.createPlayerRequest(Playlist playlist,
Identification player,
AddOnModule source)
creates a new PlayerRequest.
|
static Optional<PlayerRequest> |
PlayerRequest.createPlayerRequest(TrackInfo trackInfo,
boolean permanent,
Identification player,
AddOnModule source)
creates a new PlayerRequest.
|
static Optional<PlayerRequest> |
PlayerRequest.createPlayerRequest(TrackInfo trackInfo,
Identification player,
AddOnModule source)
creates a new PlayerRequest.
|
static Optional<PlaylistSelector> |
PlaylistSelector.getPlaylistsFromPlayer(Identification player,
AddOnModule addOnModule)
creates a new PlaylistSelector.
|
Modifier and Type | Class and Description |
---|---|
class |
SimplePermanentSoundOutputPlugin<T>
extend this class to use the framework
|
Modifier and Type | Class and Description |
---|---|
class |
PresenceConstant
the base template class for addons able to conclude about constant presence.
|
class |
PresenceNonConstant
the base class for all presence-things that have no CONSTANT information (for example a motion-sensor).
|
Modifier and Type | Class and Description |
---|---|
class |
OutputExtension<T>
an OutputExtension without an Argument
|
class |
OutputExtensionArgument<T,X>
OutputExtension's purpose is to take resourceData and convert it into another data format so that it can be rendered correctly
by the output-plugin.
|
class |
OutputPlugin<T>
an OutputPlugin without an Argument
|
class |
OutputPluginArgument<T,X>
The OutputPlugin class gets Event and then starts threads filled with output-extension tasks to create the final
output and then render it on its own medium
|
Modifier and Type | Class and Description |
---|---|
class |
EventPropertiesAssistant
EventPropertiesManager manages all events written in the local_events.properties file.
|
class |
PropertiesAssistant
Manages property files, and is also a
ReloadableFile |
Modifier and Type | Method and Description |
---|---|
default <U,X extends AddOnModule & Callable<U>> |
ThreadPoolUser.submit(X x)
submits the Callable to the AddOns Thread-Pool
|
Copyright © 2016. All rights reserved.