T - the model typepublic interface ModelWriteHandler<T>
extends com.google.gwt.event.shared.EventHandler
ModelWriteEvent events.| Modifier and Type | Method and Description |
|---|---|
void |
onModelWrite(ModelWriteEvent<T> event)
Called before the model instance is written as JSON / XML.
|
void onModelWrite(ModelWriteEvent<T> event)
event - the ModelReadEvent that was firedCopyright © 2012 Harald Pehl. All Rights Reserved.