Package com.prineside.tdi2.events
Class SignalEvent
java.lang.Object
com.prineside.tdi2.events.SignalEvent
- All Implemented Interfaces:
 Event
- Direct Known Subclasses:
 GameLoad,GameStartLoad
Can't be canceled / stopped
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
SignalEvent
public SignalEvent() 
 - 
 - 
Method Details
- 
isStopped
public final boolean isStopped() - 
stop
public final void stop()Description copied from interface:EventStop event propagation. When any listener stops the event, all of the remaining listeners down the chain will never be notified about it. 
 -