|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--org.jadv.events.Event
|
+--org.jadv.events.ObjectSeenEvent
Event that tells an target object, that it can see another object.
| Field Summary | |
private AcceptEvents |
_obj
|
private java.lang.String |
_seenObjectID
|
private int |
_x
|
private int |
_y
|
| Fields inherited from class org.jadv.events.Event |
_NEXT |
| Constructor Summary | |
ObjectSeenEvent(AcceptEvents obj,
java.lang.String seenObjID,
int x,
int y)
|
|
| Method Summary | |
void |
doEvent()
Give this event to the target object |
java.lang.String |
getSeenObjectID()
Get the seen object. |
int |
getX()
Get the x coordinate of the seen object |
int |
getY()
Get the y coordinate of the seen object |
void |
markBad()
markBad() Mark an Event as bad. |
| Methods inherited from class org.jadv.events.Event |
findObject |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private AcceptEvents _obj
private java.lang.String _seenObjectID
private int _x
private int _y
| Constructor Detail |
public ObjectSeenEvent(AcceptEvents obj,
java.lang.String seenObjID,
int x,
int y)
| Method Detail |
public java.lang.String getSeenObjectID()
public int getX()
public int getY()
public void doEvent()
doEvent in class EventEvent.doEvent()public void markBad()
Event
markBad in class EventEvent.markBad()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||