|
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 |
java.lang.Objectleon.view.event.LySimpleActionTransmitter
public class LySimpleActionTransmitter
Client may register on components which implement this interface to receive notifications from the component.
Field Summary | |
---|---|
static java.lang.String |
__VERSION
|
Constructor Summary | |
---|---|
LySimpleActionTransmitter()
Constructor. |
Method Summary | |
---|---|
void |
addActionListener(LyActionListener listener)
Adds the specified action listener to receive action events from this component. |
void |
processActionEvent(LyActionEvent event)
Processes events on this component. |
void |
removeActionListener(LyActionListener listener)
Removes the specified action listener to receive action events from this component. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String __VERSION
Constructor Detail |
---|
public LySimpleActionTransmitter()
Method Detail |
---|
public void addActionListener(LyActionListener listener)
addActionListener
in interface LyActionTransmitter
listener
- client for the action eventpublic void removeActionListener(LyActionListener listener)
removeActionListener
in interface LyActionTransmitter
listener
- client for the action eventpublic void processActionEvent(LyActionEvent event)
processActionEvent
in interface LyActionTransmitter
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |