com.sencha.gxt.data.shared.loader
Interface LoadExceptionEvent.LoadExceptionHandler<C>

All Superinterfaces:
EventHandler
All Known Subinterfaces:
LoaderHandler<C,M>
Enclosing class:
LoadExceptionEvent<C>

public static interface LoadExceptionEvent.LoadExceptionHandler<C>
extends EventHandler

Handler class for LoadExceptionEvent events.


Method Summary
 void onLoadException(LoadExceptionEvent<C> event)
          Called when an exception occurs during a load operation.
 

Method Detail

onLoadException

void onLoadException(LoadExceptionEvent<C> event)
Called when an exception occurs during a load operation.



Copyright © 2012. All Rights Reserved.