|
LEONARDI Application Composer - 8.9.0.40 by W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LyDemandTransmitter
Client may register on components which implement this interface to receive notifications from the component.
Field Summary | |
---|---|
static java.lang.String |
__VERSION
|
Method Summary | |
---|---|
void |
addDemandListener(LyDemandListener listener)
Adds the specified demand listener to receive demands (events) from this component. |
void |
free()
Free the demand listener. |
int |
getDelay()
Gets delay between plays in test mode. |
LyDemandListener |
getListenerById(java.lang.String listenerId)
Retrieve a LyDemandListener by its ID. |
boolean |
playNext()
Used in test mode to play next demand in test file. |
void |
processDemand(LyDemand demand)
Processes demands on this component. |
void |
processDemand(java.lang.String listenerId,
LyDemand demand)
Processes demands on this component. |
void |
removeDemandListener(LyDemandListener listener)
Removes the specified demand listener to receive demands from this component. |
Field Detail |
---|
static final java.lang.String __VERSION
Method Detail |
---|
void addDemandListener(LyDemandListener listener)
listener
- client for the demandvoid removeDemandListener(LyDemandListener listener)
listener
- client for the demandvoid processDemand(LyDemand demand)
void processDemand(java.lang.String listenerId, LyDemand demand)
controllerId
- the demand is sent to the specified listener (LyDemandTransmitter
interface)LyDemandListener getListenerById(java.lang.String listenerId)
listenerId
- which has to be retrievevoid free()
boolean playNext()
int getDelay()
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |