sky.monome.event.analog
Interface AnalogListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
AnalogListenerWithArguments

public interface AnalogListener
extends java.util.EventListener

Listener that listens to analog events.

Author:
PJ Skyman

Method Summary
 void analogMoved(AnalogEvent analogEvent)
          Invoked when an analog moving occurs.
 

Method Detail

analogMoved

void analogMoved(AnalogEvent analogEvent)
Invoked when an analog moving occurs.

Parameters:
analogEvent - Informations about the analog event.