All Packages Class Hierarchy This Package Previous Next Index
Interface NET.shudo.moba.place.PlaceEventNotifier
- public interface PlaceEventNotifier
外部から place を制御するコントローラの interface。
-
comeNotify(String, int, MobaThread)
-
-
goneNotify(String, int, MobaThread)
-
-
startedNotify(MobaThread)
-
-
startedNotify(Vector)
-
-
stoppedNotify(MobaThread)
-
-
stoppedNotify(Vector)
-
startedNotify
public abstract void startedNotify(Vector threads)
startedNotify
public abstract void startedNotify(MobaThread thread)
stoppedNotify
public abstract void stoppedNotify(Vector threads)
stoppedNotify
public abstract void stoppedNotify(MobaThread thread)
goneNotify
public abstract void goneNotify(String host,
int port,
MobaThread thread)
comeNotify
public abstract void comeNotify(String host,
int port,
MobaThread thread)
All Packages Class Hierarchy This Package Previous Next Index