E - the type of the event to which this listener subscribespublic interface DataStoreEventListener<E extends DataStoreEvent>
| Modifier and Type | Method and Description |
|---|---|
void |
onEvent(E event)
Will be called by the data store when a relevant event happens
|
void onEvent(E event)
event - the event that has taken placeCopyright © 2014–2016. All rights reserved.