
public static interface BeforeRestoreStateEvent.HasBeforeRestoreStateHandlers<S,O>
| Modifier and Type | Method and Description |
|---|---|
HandlerRegistration |
addBeforeRestoreStateHandler(BeforeRestoreStateEvent.BeforeRestoreStateHandler<S,O> handler)
Adds a
BeforeRestoreStateEvent.BeforeRestoreStateHandler handler for BeforeRestoreStateEvent
events. |
HandlerRegistration addBeforeRestoreStateHandler(BeforeRestoreStateEvent.BeforeRestoreStateHandler<S,O> handler)
BeforeRestoreStateEvent.BeforeRestoreStateHandler handler for BeforeRestoreStateEvent
events.handler - the handlerCopyright © 2020. All rights reserved.