com.sencha.gxt.data.shared.loader
Interface LoadHandler<C,M>

All Superinterfaces:
EventHandler
All Known Subinterfaces:
LoaderHandler<C,M>
All Known Implementing Classes:
ChildTreeStoreBinding, ListStoreBinding, LoadResultListStoreBinding, SubTreeStoreBinding

public interface LoadHandler<C,M>
extends EventHandler

Handler class for LoadEvent events.


Nested Class Summary
static interface LoadHandler.HasLoadHandlers<M,C>
          A loader that implements this interface is a public source of LoadEvent events.
 
Method Summary
 void onLoad(LoadEvent<C,M> event)
          Called after a load operation.
 

Method Detail

onLoad

void onLoad(LoadEvent<C,M> event)
Called after a load operation.



Copyright © 2012. All Rights Reserved.