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