Class SharedObjectCallEvent
- java.lang.Object
- 
- org.eclipse.ecf.core.sharedobject.events.SharedObjectCallEvent
 
- 
- All Implemented Interfaces:
- ISharedObjectCallEvent,- ISharedObjectEvent,- Event
 
 public class SharedObjectCallEvent extends Object implements ISharedObjectCallEvent 
- 
- 
Constructor SummaryConstructors Constructor Description SharedObjectCallEvent()SharedObjectCallEvent(ID sender, Event evt, org.eclipse.equinox.concurrent.future.IFuture res)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.equinox.concurrent.future.IFuturegetAsyncResult()EventgetEvent()Get the Event from the sender shared objectIDgetSenderSharedObjectID()Get ID of sender shared object responsible for this event
 
- 
- 
- 
Method Detail- 
getAsyncResultpublic org.eclipse.equinox.concurrent.future.IFuture getAsyncResult() - Specified by:
- getAsyncResultin interface- ISharedObjectCallEvent
- Since:
- 2.0
 
 - 
getSenderSharedObjectIDpublic ID getSenderSharedObjectID() Description copied from interface:ISharedObjectEventGet ID of sender shared object responsible for this event- Specified by:
- getSenderSharedObjectIDin interface- ISharedObjectEvent
- Returns:
- ID of sender shared object. Will not be null.
 
 - 
getEventpublic Event getEvent() Description copied from interface:ISharedObjectEventGet the Event from the sender shared object- Specified by:
- getEventin interface- ISharedObjectEvent
- Returns:
- Event the event in question
 
 
- 
 
-