public interface GlobalFacade
| Modifier and Type | Method and Description |
|---|---|
JRebirthApplication<?> |
application() |
LocalFacade<Behavior<?,?>> |
behaviorFacade() |
LocalFacade<Command> |
commandFacade() |
ComponentFactory |
componentFactory() |
IJRebirthThreadPoolExecutor |
executorService() |
IJRebirthThreadPoolExecutor |
highPriorityExecutorService() |
Notifier |
notifier() |
LocalFacade<Service> |
serviceFacade() |
void |
stop()
Propagate the stop action into the global facade.
|
void |
trackEvent(JRebirthEventType eventType,
Class<?> source,
Class<?> target,
String... eventData)
Track an event.
|
LocalFacade<Model> |
uiFacade() |
ComponentFactory componentFactory()
Notifier notifier()
LocalFacade<Model> uiFacade()
LocalFacade<Service> serviceFacade()
LocalFacade<Command> commandFacade()
LocalFacade<Behavior<?,?>> behaviorFacade()
JRebirthApplication<?> application()
IJRebirthThreadPoolExecutor executorService()
IJRebirthThreadPoolExecutor highPriorityExecutorService()
void trackEvent(JRebirthEventType eventType, Class<?> source, Class<?> target, String... eventData)
eventType - the type of the eventsource - the source class of the eventtarget - the target class of the eventeventData - the data of the vent (like class name or other)void stop() throws CoreException
CoreException - if an error occurred while closing a streamCopyright © 2011–2018 JRebirth OSS. All rights reserved.