-
- All Implemented Interfaces:
-
io.piano.android.composer.listeners.EventTypeListener
public interface UserSegmentListener implements EventTypeListener<UserSegment>
{#EventTypeListener} for {#UserSegment} events.
-
-
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
-
-
-
-