sky.monome.event.analog
Class AnalogListenerWithArguments


java.lang.Object

  extended by sky.monome.event.GenericListenerWithArguments

      extended by sky.monome.event.analog.AnalogListenerWithArguments

All Implemented Interfaces:
java.util.EventListener, AnalogListener

public abstract class AnalogListenerWithArguments
extends GenericListenerWithArguments
implements AnalogListener

Listener that listens to analog events. Arguments can be given at the construction time and can be used internally.

Author:
PJ Skyman

Field Summary
 
Fields inherited from class sky.monome.event.GenericListenerWithArguments
arguments
 
Constructor Summary
AnalogListenerWithArguments(java.lang.Object... arguments)
          Constructs an analog listener with specified arguments.
 
Method Summary
 
Methods inherited from class sky.monome.event.GenericListenerWithArguments
getArgument, getArgument, getArguments
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface sky.monome.event.analog.AnalogListener
analogMoved
 

Constructor Detail

AnalogListenerWithArguments


public AnalogListenerWithArguments(java.lang.Object... arguments)
Constructs an analog listener with specified arguments.

Parameters:
arguments - Arguments to give to this analog listener for future internal use.