-
- All Implemented Interfaces:
-
io.piano.android.composer.listeners.EventTypeListener
public interface MeterListener implements EventTypeListener<Meter>
-
-
Method Summary
Modifier and Type Method Description BooleancanProcess(Event<EventType> event)Asks is this event type supported by listener -
Methods inherited from class io.piano.android.composer.listeners.MeterListener
onExecuted -
Methods inherited from class io.piano.android.composer.listeners.EventTypeListener
equals, hashCode, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
canProcess
Boolean canProcess(Event<EventType> event)
Asks is this event type supported by listener
- Parameters:
event- event
-
-
-
-