|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
com.dexterind.gopigo.events.StatusEvent
public class StatusEvent
A status event is fired at every change to the GoPiGo status.
| Field Summary | |
|---|---|
private static long |
serialVersionUID
|
int |
status
The status of the event. |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
StatusEvent(java.lang.Object source)
|
|
StatusEvent(java.lang.Object source,
int status)
|
|
| Method Summary |
|---|
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private static final long serialVersionUID
public int status
| Constructor Detail |
|---|
public StatusEvent(java.lang.Object source)
public StatusEvent(java.lang.Object source,
int status)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||