org.virtualbox_6_1
Class ICanShowWindowEvent

java.lang.Object
  extended by org.virtualbox_6_1.IUnknown
      extended by org.virtualbox_6_1.IEvent
          extended by org.virtualbox_6_1.IVetoEvent
              extended by org.virtualbox_6_1.ICanShowWindowEvent

public class ICanShowWindowEvent
extends IVetoEvent

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_6_1.IUnknown
obj, objMgr, port
 
Constructor Summary
ICanShowWindowEvent(java.lang.String wrapped, org.virtualbox_6_1.ObjectRefManager objMgr, org.virtualbox_6_1.jaxws.VboxPortType port)
           
 
Method Summary
 java.lang.Boolean getMidlDoesNotLikeEmptyInterfaces()
           
static ICanShowWindowEvent queryInterface(IUnknown obj)
           
 
Methods inherited from class org.virtualbox_6_1.IVetoEvent
addApproval, addVeto, getApprovals, getVetos, isApproved, isVetoed
 
Methods inherited from class org.virtualbox_6_1.IEvent
getSource, getType, getWaitable, setProcessed, waitProcessed
 
Methods inherited from class org.virtualbox_6_1.IUnknown
getObjMgr, getRemoteWSPort, getWrapped, releaseRemote
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ICanShowWindowEvent

public ICanShowWindowEvent(java.lang.String wrapped,
                           org.virtualbox_6_1.ObjectRefManager objMgr,
                           org.virtualbox_6_1.jaxws.VboxPortType port)
Method Detail

getMidlDoesNotLikeEmptyInterfaces

public java.lang.Boolean getMidlDoesNotLikeEmptyInterfaces()

queryInterface

public static ICanShowWindowEvent queryInterface(IUnknown obj)