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 |
AddOn
All AddOns must extend this Class.
|
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 | 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 | Class and Description |
---|---|
class |
AddOnModule
This is the base-class for all AddOn-Modules, it provides various utility methods.
|
Copyright © 2016. All rights reserved.