Class SharedObjectCallEvent
java.lang.Object
org.eclipse.ecf.core.sharedobject.events.SharedObjectCallEvent
- All Implemented Interfaces:
ISharedObjectCallEvent
,ISharedObjectEvent
,Event
-
Constructor Summary
ConstructorDescriptionSharedObjectCallEvent
(ID sender, Event evt, org.eclipse.equinox.concurrent.future.IFuture res) -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.equinox.concurrent.future.IFuture
getEvent()
Get the Event from the sender shared objectGet ID of sender shared object responsible for this event
-
Constructor Details
-
Method Details
-
getAsyncResult
public org.eclipse.equinox.concurrent.future.IFuture getAsyncResult()- Specified by:
getAsyncResult
in interfaceISharedObjectCallEvent
- Since:
- 2.0
-
getEvent
Description copied from interface:ISharedObjectEvent
Get the Event from the sender shared object- Specified by:
getEvent
in interfaceISharedObjectEvent
- Returns:
- Event the event in question
-