com.sencha.gxt.state.client
Interface BeforeRestoreStateEvent.BeforeRestoreStateHandler<S,O>

All Superinterfaces:
EventHandler
Enclosing class:
BeforeRestoreStateEvent<S,O>

public static interface BeforeRestoreStateEvent.BeforeRestoreStateHandler<S,O>
extends EventHandler

Handler class for BeforeRestoreStateEvent events.


Method Summary
 void onBeforeRestoreState(BeforeRestoreStateEvent<S,O> event)
          Called before state has been restored.
 

Method Detail

onBeforeRestoreState

void onBeforeRestoreState(BeforeRestoreStateEvent<S,O> event)
Called before state has been restored.



Copyright © 2012. All Rights Reserved.