Interface ISharedObjectCreateResponseEvent
- 
- All Superinterfaces:
- Event,- ISharedObjectEvent,- ISharedObjectMessageEvent
 - All Known Implementing Classes:
- RemoteSharedObjectCreateResponseEvent
 
 public interface ISharedObjectCreateResponseEvent extends ISharedObjectMessageEvent 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ThrowablegetException()longgetSequence()- 
Methods inherited from interface org.eclipse.ecf.core.sharedobject.events.ISharedObjectEventgetEvent, getSenderSharedObjectID
 - 
Methods inherited from interface org.eclipse.ecf.core.sharedobject.events.ISharedObjectMessageEventgetData, getRemoteContainerID
 
- 
 
- 
- 
- 
Method Detail- 
getSequencelong getSequence() 
 - 
getExceptionThrowable getException() 
 
- 
 
-