T - the model typeC - the context typepublic interface ModelReadHandler<T,C>
extends com.google.gwt.event.shared.EventHandler
ModelReadEvent events.| Modifier and Type | Method and Description |
|---|---|
void |
onModelRead(ModelReadEvent<T,C> event)
Called after the model instance was read from JSON / XML.
|
void onModelRead(ModelReadEvent<T,C> event)
event - the ModelReadEvent that was firedCopyright © 2012 Harald Pehl. All Rights Reserved.