com.google.gwt.valuestore.shared
Class RecordChangedEvent<R extends Record,H extends EventHandler>
java.lang.Object
com.google.gwt.event.shared.GwtEvent<H>
com.google.gwt.valuestore.shared.RecordChangedEvent<R,H>
- Type Parameters:
R - the type of the recordH - the type of event handler
public abstract class RecordChangedEvent<R extends Record,H extends EventHandler>
- extends GwtEvent<H>
Experimental API: This class is still under rapid
development, and is very likely to be deleted. Use it at your own risk.
Abstract base class for an event announcing changes to a Record.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RecordChangedEvent
public RecordChangedEvent(R record,
WriteOperation writeOperation)
getRecord
public R getRecord()
getWriteOperation
public WriteOperation getWriteOperation()