|
RoboJDETM v2.0 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.ridgesoft.robotics.BehaviorEvent
public class BehaviorEvent
Used to communicate information about behavior events to BehaviorListeners.
See the Behavior2 interface and the BehaviorArbiter class for more information.
BehaviorArbiter,
Behavior,
Behavior2,
BehaviorListener,
com.ridgesoft.robotics.behaviors| Field Summary | |
|---|---|
Behavior |
behavior
Behavior that generated this event. |
static int |
BEHAVIOR_COMPLETED
Event type that indicates the behavior has been completed. |
int |
type
The type of this event. |
| Constructor Summary | |
|---|---|
BehaviorEvent(Behavior b,
int eventType)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait |
| Field Detail |
|---|
public final Behavior behavior
public static final int BEHAVIOR_COMPLETED
public final int type
| Constructor Detail |
|---|
public BehaviorEvent(Behavior b,
int eventType)
|
RoboJDETM v2.0 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||