bakutan.common
クラス EventThread

java.lang.Object
  上位を拡張 bakutan.common.EventThread

public class EventThread
extends java.lang.Object

作成者:
cattaka

コンストラクタの概要
EventThread()
           
 
メソッドの概要
 int[] calcEventDistribution()
           
 void deleteEventAbout(Body target)
           
 long getCurrentTime()
           
 int getSize()
           
 void putStageEvent(bakutan.common.event.StageEvent be)
           
 bakutan.common.event.StageEvent waitForNextEvent()
           
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

EventThread

public EventThread()
メソッドの詳細

waitForNextEvent

public bakutan.common.event.StageEvent waitForNextEvent()

getCurrentTime

public long getCurrentTime()

putStageEvent

public void putStageEvent(bakutan.common.event.StageEvent be)

getSize

public int getSize()

deleteEventAbout

public void deleteEventAbout(Body target)

calcEventDistribution

public int[] calcEventDistribution()