Interface MekDisplayListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
ClientGUI, MekDisplayListenerAdapter

public interface MekDisplayListener extends EventListener
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 Type
    Method
    Description
    void
    Sent when user selects a weapon in the weapon panel.
  • Method Details

    • weaponSelected

      void weaponSelected(MekDisplayEvent b)
      Sent when user selects a weapon in the weapon panel.
      Parameters:
      b - an event