|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfds.micro.ui.events.EventUI
fds.micro.ui.events.ActionEvent
This class defines an action event to be used with Component sub-classes.
Constructor Summary | |
ActionEvent(Component source)
Build an empty action event. |
|
ActionEvent(Component source,
java.lang.String command)
Build an action event raised by the given command. |
Method Summary | |
java.lang.String |
getCommand()
Get the command why this event is produced. |
java.lang.String |
toString()
Give String description of this event. |
Methods inherited from class fds.micro.ui.events.EventUI |
getSource |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ActionEvent(Component source)
source
- The component that have produced the event.public ActionEvent(Component source, java.lang.String command)
source
- The component that have produced the event.command
- The command why this event is produced.Method Detail |
public java.lang.String getCommand()
public java.lang.String toString()
EventUI
toString
in class EventUI
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |