public interface IComponentAdapter
Modifier and Type | Method and Description |
---|---|
IFuture |
getChildrenAccesses()
Get the children (if any).
|
IFuture |
getChildrenIdentifiers()
Get the children (if any).
|
IComponentIdentifier |
getComponentIdentifier()
Return the native component-identifier that allows to send
messages to this component.
|
IComponentDescription |
getDescription()
Return the component description.
|
Exception |
getException()
Get the exception.
|
Logger |
getLogger()
Get the component logger.
|
IExternalAccess |
getParent()
Get the parent component.
|
void |
invokeLater(Runnable action)
Execute an action on the component thread.
|
boolean |
isExternalThread()
Check if the external thread is accessing.
|
void |
wakeup()
Called by the component when it probably awoke from an idle state.
|
void wakeup() throws ComponentTerminatedException
ComponentTerminatedException
void invokeLater(Runnable action)
action
- The action to be executed on the component thread.boolean isExternalThread()
IComponentIdentifier getComponentIdentifier() throws ComponentTerminatedException
ComponentTerminatedException
IComponentDescription getDescription()
Logger getLogger()
IExternalAccess getParent()
IFuture getChildrenIdentifiers()
IFuture getChildrenAccesses()
Exception getException()
Copyright © 2012. All Rights Reserved.