All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface NET.shudo.moba.place.PlaceEventNotifier

public interface PlaceEventNotifier
外部から place を制御するコントローラの interface。


Method Index

 o comeNotify(String, int, MobaThread)
 o goneNotify(String, int, MobaThread)
 o startedNotify(MobaThread)
 o startedNotify(Vector)
 o stoppedNotify(MobaThread)
 o stoppedNotify(Vector)

Methods

 o startedNotify
 public abstract void startedNotify(Vector threads)
 o startedNotify
 public abstract void startedNotify(MobaThread thread)
 o stoppedNotify
 public abstract void stoppedNotify(Vector threads)
 o stoppedNotify
 public abstract void stoppedNotify(MobaThread thread)
 o goneNotify
 public abstract void goneNotify(String host,
                                 int port,
                                 MobaThread thread)
 o comeNotify
 public abstract void comeNotify(String host,
                                 int port,
                                 MobaThread thread)

All Packages  Class Hierarchy  This Package  Previous  Next  Index