public class SceneManagerController extends Object implements SceneManager, org.openbase.jul.iface.Launchable<Void>, org.openbase.jul.iface.VoidInitializable
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
LOGGER |
| Constructor and Description |
|---|
SceneManagerController() |
| Modifier and Type | Method and Description |
|---|---|
void |
activate() |
void |
deactivate() |
org.openbase.jul.storage.registry.RegistryImpl<String,SceneController> |
getSceneControllerRegistry() |
void |
init() |
boolean |
isActive() |
void |
shutdown() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic SceneManagerController()
throws org.openbase.jul.exception.InstantiationException,
InterruptedException
org.openbase.jul.exception.InstantiationExceptionInterruptedExceptionpublic void init()
throws org.openbase.jul.exception.InitializationException,
InterruptedException
init in interface org.openbase.jul.iface.DefaultInitializableinit in interface org.openbase.jul.iface.DefaultInitializableImpl<Void>init in interface org.openbase.jul.iface.VoidInitializableorg.openbase.jul.exception.InitializationExceptionInterruptedExceptionpublic void activate()
throws org.openbase.jul.exception.CouldNotPerformException,
InterruptedException
activate in interface org.openbase.jul.iface.Activatableorg.openbase.jul.exception.CouldNotPerformExceptionInterruptedExceptionpublic boolean isActive()
isActive in interface org.openbase.jul.iface.Activatablepublic void deactivate()
throws org.openbase.jul.exception.CouldNotPerformException,
InterruptedException
deactivate in interface org.openbase.jul.iface.Activatableorg.openbase.jul.exception.CouldNotPerformExceptionInterruptedExceptionpublic void shutdown()
shutdown in interface org.openbase.jul.iface.Manageable<Void>shutdown in interface org.openbase.jul.iface.Shutdownablepublic org.openbase.jul.storage.registry.RegistryImpl<String,SceneController> getSceneControllerRegistry()
Copyright © 2015–2017 openbase.org. All rights reserved.