public interface StoreDelegate<E extends Event>
| Modifier and Type | Method and Description |
|---|---|
void |
notify(E event)
Notifies the delegate via the specified event.
|
void notify(E event)
event - store generated eventCopyright © 2015. All rights reserved.