All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sso.event.MoveEvent

java.lang.Object
   |
   +----java.util.EventObject
           |
           +----sso.event.MoveEvent

public class MoveEvent
extends EventObject

Variable Index

 o dest
 o from

Constructor Index

 o MoveEvent(GameObject, GameObject, GameObject)

Method Index

 o getDestination()
 o getFrom()

Variables

 o dest
 protected GameObject dest
 o from
 protected GameObject from

Constructors

 o MoveEvent
 public MoveEvent(GameObject from,
                  GameObject source,
                  GameObject dest)

Methods

 o getFrom
 public GameObject getFrom()
 o getDestination
 public GameObject getDestination()

All Packages  Class Hierarchy  This Package  Previous  Next  Index