Package megamek.common.event
Class MMEvent
java.lang.Object
megamek.common.event.MMEvent
- Direct Known Subclasses:
- MMOptionsChangedEvent,- SuiteOptionsChangedEvent
Base class for all events
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
cancelledprotected boolean cancelled
 
- 
- 
Constructor Details- 
MMEventpublic MMEvent()
 
- 
- 
Method Details- 
isCancellablepublic boolean isCancellable()- Returns:
- true if the event can be cancelled (aborted)
 
- 
isCancelledpublic boolean isCancelled()- Returns:
- true if the event is cancelled
 
- 
cancelpublic void cancel()
 
-