Interface ButtonListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
ButtonPanel, ScrollableButtonPanel

public interface ButtonListener extends EventListener
The listener interface for receiving button events.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Invoked when the target of the listener request button to change state.
  • Method Details

    • buttonEventFired

      void buttonEventFired(ButtonEvent e)
      Invoked when the target of the listener request button to change state.
      Parameters:
      e - a ButtonEvent object