@FunctionalInterface public interface AppEventListener<T extends AppEvent>
| Modifier and Type | Method and Description |
|---|---|
void |
callback(T pAppEvent)
The callback method to be called.
|
void callback(T pAppEvent)
pAppEvent - the app event to deliver, passed to the callback.Copyright © 2022 Jürgen Zeller (privat). All rights reserved.