All Packages Class Hierarchy This Package Previous Next Index
Interface Jaja.ListenerAble
- public interface ListenerAble
- extends Remote
-
initialize(String[], WorldAble)
- Initialize the listener.
-
setWorld(WorldAble)
- Bind a Listener to a World.
setWorld
public abstract void setWorld(WorldAble world) throws RemoteException
- Bind a Listener to a World. This allows to change the world to
which the Listener is bound.
initialize
public abstract void initialize(String argv[],
WorldAble world) throws RemoteException
- Initialize the listener. Binds it also to a World but only if
non-null.
All Packages Class Hierarchy This Package Previous Next Index