public static interface RestoreStateEvent.HasRestoreStateHandlers<S,O>
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addRestoreStateHandler(RestoreStateEvent.RestoreStateHandler<S,O> handler)
Adds a
RestoreStateEvent.RestoreStateHandler handler for RestoreStateEvent
events. |
HandlerRegistration addRestoreStateHandler(RestoreStateEvent.RestoreStateHandler<S,O> handler)
RestoreStateEvent.RestoreStateHandler
handler for RestoreStateEvent
events.handler
- the handlerCopyright © 2018. All rights reserved.