|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.xnap.plugin.gift.net.event.Event org.xnap.plugin.gift.net.event.ControlEvent
public class ControlEvent
ControlEvent
Field Summary | |
---|---|
static java.lang.String[] |
ACTIONS
|
static int |
FINISHED
|
static int |
STARTED
|
Constructor Summary | |
---|---|
ControlEvent(int action)
Constructor for ControlEvent. |
|
ControlEvent(int action,
java.lang.String status)
Creates a new ControlEvent object. |
Method Summary | |
---|---|
int |
getAction()
Returns the action. |
java.lang.String |
getStatus()
Returns the status. |
void |
setAction(int action)
Sets the action. |
void |
setStatus(java.lang.String status)
Sets the status. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int STARTED
public static final int FINISHED
public static final java.lang.String[] ACTIONS
Constructor Detail |
---|
public ControlEvent(int action)
action
- the actionpublic ControlEvent(int action, java.lang.String status)
action
- DOCUMENT ME!status
- DOCUMENT ME!Method Detail |
---|
public void setAction(int action)
action
- The action to setpublic int getAction()
public void setStatus(java.lang.String status)
status
- The status to setpublic java.lang.String getStatus()
public java.lang.String toString()
toString
in class Event
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |