Interface ServerOperationMessage

All Superinterfaces:
com.google.gwt.user.client.rpc.IsSerializable, com.levigo.jadice.web.shared.service.internal.RemoteProtocolMessage
All Known Implementing Classes:
DnDServerOperationMessage, ExportCompletedMessage, ExportFailedMessage, ExportStartedMessage, SaveCompletedMessage, SaveStartedMessage

public interface ServerOperationMessage extends com.levigo.jadice.web.shared.service.internal.RemoteProtocolMessage
Marker interface used for all messages.

ServerOperation implementations might communicate with the invoking client code by sending ServerOperationMessages. Such messages will be serialized and transparently sent to the client Observer. NOTE: As ServerOperationMessages are meant to be serialized, all implementations shall be serializable by GWT.