sky.monome.event.button
Interface ButtonListener<B extends ButtonManager<B>>

Type Parameters:
B - Type of button manager that is used with button listeners.
All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
ButtonListenerWithArguments, FilteredButtonListener

public interface ButtonListener<B extends ButtonManager<B>>
extends java.util.EventListener

Listener that listens to button events.

Author:
PJ Skyman

Method Summary
 void buttonActionned(ButtonEvent<B> buttonEvent)
          Invoked when a button actionning occurs.
 

Method Detail

buttonActionned

void buttonActionned(ButtonEvent<B> buttonEvent)
Invoked when a button actionning occurs.

Parameters:
buttonEvent - Informations about the button event.