|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.util.EventObject
|
+--com.cuspy.pathfinder.PathEvent
An encapsulation of the data describing an event related to a PathFinder.
| Field Summary |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
PathEvent(java.lang.Object source,
java.util.List path)
Create a new PathEvent. |
|
| Method Summary | |
java.util.List |
getPath()
Returns the path related to this event. |
| 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 |
| Constructor Detail |
public PathEvent(java.lang.Object source,
java.util.List path)
source - the source of this event.| Method Detail |
public java.util.List getPath()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||