All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface Jaja.ListenerAble

public interface ListenerAble
extends Remote

Method Index

 o initialize(String[], WorldAble)
Initialize the listener.
 o setWorld(WorldAble)
Bind a Listener to a World.

Methods

 o 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.

 o 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