Package megameklab
Class MMLOptionsChangedEvent
java.lang.Object
megamek.common.event.MMEvent
megameklab.MMLOptionsChangedEvent
@Deprecated(since="0.51.0",
forRemoval=true)
public class MMLOptionsChangedEvent
extends megamek.common.event.MMEvent
Deprecated, for removal: This API element is subject to removal in a future version.
An event triggered after the MMLOptions are changed. The event handlers cannot modify these options.
-
Field Summary
Fields inherited from class megamek.common.event.MMEvent
cancelled -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Methods inherited from class megamek.common.event.MMEvent
cancel, isCancellable, isCancelled
-
Constructor Details
-
MMLOptionsChangedEvent
public MMLOptionsChangedEvent()Deprecated, for removal: This API element is subject to removal in a future version.
-