public interface EventListener extends Auditing
| Modifier and Type | Method and Description |
|---|---|
<E extends DataStoreEvent> |
withListener(DataStoreEventListener<E> listener)
Tells the context to register this listener
|
End |
withListeners(DataStoreEventListenerContext context)
Tells the build to use this listener context
|
enableAuditing, enableAuditinggenerateKeysUsing, generateKeysUsing, withoutGeneratingKeysusingImplementationEnd withListeners(DataStoreEventListenerContext context)
context - the context<E extends DataStoreEvent> EventListenerAnd withListener(DataStoreEventListener<E> listener)
E - the (super-)type of the events the listener is going to react tolistener - the listenerCopyright © 2014–2016. All rights reserved.