Package megamek.client.event
Interface MekDisplayListener
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
ClientGUI,MekDisplayListenerAdapter
Classes which implement this interface provide methods that deal with the events that are generated when the
MekDisplay is changed.
After creating an instance of a class that implements this interface it can be added to a Board using the
addMekDisplayListener method and removed using the removeMekDisplayListener method. When
MekDisplay is changed the appropriate method will be invoked.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidSent when user selects a weapon in the weapon panel.
-
Method Details
-
weaponSelected
Sent when user selects a weapon in the weapon panel.- Parameters:
b- an event
-