org.virtualbox_4_1
Class ICanShowWindowEvent

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

public class ICanShowWindowEvent
extends IVetoEvent

Notification when a call to IMachine.canShowConsoleWindow() is made by a front-end to check if a subsequent call to IMachine.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 next IConsole.getState() change. Interface ID: {ADF292B0-92C9-4A77-9D35-E058B39FE0B9}


Field Summary
 
Fields inherited from class org.virtualbox_4_1.IUnknown
obj, port
 
Constructor Summary
ICanShowWindowEvent(java.lang.String wrapped, org.virtualbox_4_1.jaxws.VboxPortType port)
           
 
Method Summary
static ICanShowWindowEvent queryInterface(IUnknown obj)
           
 
Methods inherited from class org.virtualbox_4_1.IVetoEvent
addVeto, getVetos, isVetoed
 
Methods inherited from class org.virtualbox_4_1.IEvent
getSource, getType, getWaitable, setProcessed, waitProcessed
 
Methods inherited from class org.virtualbox_4_1.IUnknown
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_4_1.jaxws.VboxPortType port)
Method Detail

queryInterface

public static ICanShowWindowEvent queryInterface(IUnknown obj)