Package com.jtelegram.api.events
Interface EventHandler<E extends Event>
-
- All Known Implementing Classes:
AnswerInlineQuery.ResultSelectionListener
,CommandRegistry
public interface EventHandler<E extends Event>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onEvent(E event)
-
-
-
Method Detail
-
onEvent
void onEvent(E event)
-
-