com.sencha.gxt.state.client
Interface RestoreStateEvent.RestoreStateHandler<S,O>

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

public static interface RestoreStateEvent.RestoreStateHandler<S,O>
extends EventHandler

Handler class for RestoreStateEvent events.


Method Summary
 void onRestoreState(RestoreStateEvent<S,O> event)
          Called after state has been restored.
 

Method Detail

onRestoreState

void onRestoreState(RestoreStateEvent<S,O> event)
Called after state has been restored.



Copyright © 2012. All Rights Reserved.