public interface IMicroExternalAccess extends IExternalAccess
Modifier and Type | Method and Description |
---|---|
IFuture |
sendMessage(Map me,
MessageType mt)
Send a message.
|
IFuture |
waitFor(long time,
IComponentStep step)
Wait for an specified amount of time.
|
IFuture |
waitForTick(IComponentStep step)
Wait for the next tick.
|
addComponentListener, getArguments, getChildren, getChildren, getComponentIdentifier, getExtension, getFileName, getLocalType, getModel, getResults, getServiceProvider, killComponent, removeComponentListener, scheduleImmediate, scheduleImmediate, scheduleStep, scheduleStep
IFuture sendMessage(Map me, MessageType mt)
me
- The message.mt
- The message type.IFuture waitFor(long time, IComponentStep step)
time
- The time.run
- The runnable.IFuture waitForTick(IComponentStep step)
time
- The time.Copyright © 2012. All Rights Reserved.