public class IReusableEvent extends IEvent
Constructor and Description |
---|
IReusableEvent(java.lang.String wrapped,
org.virtualbox_6_0.ObjectRefManager objMgr,
org.virtualbox_6_0.jaxws.VboxPortType port) |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getGeneration()
Current generation of event, incremented on reuse.
|
static IReusableEvent |
queryInterface(IUnknown obj) |
void |
reuse()
Marks an event as reused, increments 'generation', fields shall no
longer be considered valid.
|
getSource, getType, getWaitable, setProcessed, waitProcessed
getObjMgr, getRemoteWSPort, getWrapped, releaseRemote
public IReusableEvent(java.lang.String wrapped, org.virtualbox_6_0.ObjectRefManager objMgr, org.virtualbox_6_0.jaxws.VboxPortType port)
public java.lang.Long getGeneration()
public static IReusableEvent queryInterface(IUnknown obj)
public void reuse()