|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.huguesjohnson.jail.jailBreak.event.JailBreakEvent
|
+--com.huguesjohnson.jail.jailBreak.event.JailBreakActionEvent
class JailBreakActionEvent represents GUI actions
| Constructor Summary | |
JailBreakActionEvent(java.lang.String actionCommand)
default constructor |
|
JailBreakActionEvent(java.lang.String actionCommand,
java.lang.String parameter)
constructor |
|
| Method Summary | |
java.lang.String |
getActionCommand()
getActionCommand retrieves the action command associated with the event |
java.lang.String |
getParameter()
getParamter retrieves the parameter associated with the event |
void |
setActionCommand(java.lang.String actionCommand)
setActionCommand sets the action command associated with the event |
void |
setParameter(java.lang.String parameter)
setParameter sets the parameter associated with the event |
java.lang.String |
toString()
returns a string representation of the object |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public JailBreakActionEvent(java.lang.String actionCommand)
actionCommand - action command associated with this event
public JailBreakActionEvent(java.lang.String actionCommand,
java.lang.String parameter)
actionCommand - action command associated with this eventparameter - contains additional parameter for this action event, not all action events use a parameter| Method Detail |
public final void setActionCommand(java.lang.String actionCommand)
actionCommand - the action command associated with this eventpublic final void setParameter(java.lang.String parameter)
parameter - the parameter associated with this eventpublic final java.lang.String getActionCommand()
public final java.lang.String getParameter()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||