|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.virtualbox_5_0.IUnknown
org.virtualbox_5_0.IEvent
org.virtualbox_5_0.IVetoEvent
org.virtualbox_5_0.ICanShowWindowEvent
public class ICanShowWindowEvent
Notification when a call toIMachine.canShowConsoleWindow()
is made by a
front-end to check if a subsequent call toIMachine.showConsoleWindow()
can succeed.
The callee should give an answer appropriate to the current
machine state using event veto. This answer must
remain valid at least until the nextIConsole.getState()
change.
Interface ID: {ADF292B0-92C9-4A77-9D35-E058B39FE0B9}
Field Summary |
---|
Fields inherited from class org.virtualbox_5_0.IUnknown |
---|
obj, port |
Constructor Summary | |
---|---|
ICanShowWindowEvent(java.lang.String wrapped,
org.virtualbox_5_0.jaxws.VboxPortType port)
|
Method Summary | |
---|---|
java.lang.Boolean |
getMidlDoesNotLikeEmptyInterfaces()
|
static ICanShowWindowEvent |
queryInterface(IUnknown obj)
|
Methods inherited from class org.virtualbox_5_0.IVetoEvent |
---|
addApproval, addVeto, getApprovals, getVetos, isApproved, isVetoed |
Methods inherited from class org.virtualbox_5_0.IEvent |
---|
getSource, getType, getWaitable, setProcessed, waitProcessed |
Methods inherited from class org.virtualbox_5_0.IUnknown |
---|
getRemoteWSPort, getWrapped, releaseRemote |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ICanShowWindowEvent(java.lang.String wrapped, org.virtualbox_5_0.jaxws.VboxPortType port)
Method Detail |
---|
public java.lang.Boolean getMidlDoesNotLikeEmptyInterfaces()
public static ICanShowWindowEvent queryInterface(IUnknown obj)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |