SimpleTimer.TimedEventclass Connection.ConEvent extends java.lang.Object implements SimpleTimer.TimedEvent
| コンストラクタ | 説明 |
|---|---|
ConEvent() |
| 修飾子とタイプ | メソッド | 説明 |
|---|---|---|
void |
timeReached() |
the time requested has been reached (this call should NOT block,
otherwise the whole SimpleTimer gets backed up)
|
java.lang.String |
toString() |
public void timeReached()
SimpleTimer.TimedEventtimeReached インタフェース内 SimpleTimer.TimedEventpublic java.lang.String toString()
toString クラス内 java.lang.Object