-
- All Implemented Interfaces:
-
io.piano.android.composer.listeners.EventTypeListener
public interface ShowTemplateListener implements EventTypeListener<ShowTemplate>
-
-
Method Summary
Modifier and Type Method Description BooleancanProcess(Event<EventType> event)Asks is this event type supported by listener -
-
Method Detail
-
canProcess
Boolean canProcess(Event<EventType> event)
Asks is this event type supported by listener
- Parameters:
event- event
-
-
-
-