public class SharedObjectCallEvent extends Object implements ISharedObjectCallEvent
Constructor and Description |
---|
SharedObjectCallEvent() |
SharedObjectCallEvent(ID sender,
Event evt,
org.eclipse.equinox.concurrent.future.IFuture res) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.equinox.concurrent.future.IFuture |
getAsyncResult() |
Event |
getEvent()
Get the Event from the sender shared object
|
ID |
getSenderSharedObjectID()
Get ID of sender shared object responsible for this event
|
public org.eclipse.equinox.concurrent.future.IFuture getAsyncResult()
getAsyncResult
in interface ISharedObjectCallEvent
public ID getSenderSharedObjectID()
ISharedObjectEvent
getSenderSharedObjectID
in interface ISharedObjectEvent
public Event getEvent()
ISharedObjectEvent
getEvent
in interface ISharedObjectEvent
Copyright © 2004–2020 Eclipse Foundation. All rights reserved.