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 | Interface and Description |
---|---|
interface |
MusicHelper
here lies some utility-methods for the music-player
|
interface |
MusicResourceGenerator
this interface is used to generate the resources.
|
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 | Interface and Description |
---|---|
interface |
PermanentSoundHelper
interface which provides various methods to
|
Modifier and Type | Class and Description |
---|---|
class |
SimplePermanentSoundOutputPlugin<T>
extend this class to use the framework
|
Modifier and Type | Interface and Description |
---|---|
interface |
PresenceEventUser
provides various methods to get notified when the presence event got fired.
|
interface |
PresenceResourceUser
utility class used interacting with information about presence obtained through resource.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PresenceHelper
util functions for providing presence
|
interface |
PresenceProvider
util class to provide information about the type of presence this addon can guarantee.
|
interface |
PresenceResourceProvider
provides the resources
|
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 | Interface and Description |
---|---|
interface |
PresenceResourceHelper
provides basic methods to interact with the Presence Resource
|
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 | Interface and Description |
---|---|
interface |
FireEvent |
interface |
Loggable
This interface has various utility-methods for Logging
|
interface |
LoggedExceptionCallback
This interface logs when its crashing inside the Izou-ThreadPool
|
interface |
ResourceCreator
provides various utility-methods to create Resources.
|
interface |
ResourceUser
provides various utility-methods to receive Resources
|
interface |
ThreadPoolUser
provides various methods to simplify the interaction with the ThreadPool
|
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.