org.virtualbox_4_1
Class ISerialPortChangedEvent

java.lang.Object
  extended by org.virtualbox_4_1.IUnknown
      extended by org.virtualbox_4_1.IEvent
          extended by org.virtualbox_4_1.ISerialPortChangedEvent

public class ISerialPortChangedEvent
extends IEvent

Notification when a property of one of the virtual IMachine.getSerialPort(Long) changes. Interested callees should use ISerialPort methods and attributes to find out what has changed. Interface ID: {3BA329DC-659C-488B-835C-4ECA7AE71C6C}


Field Summary
 
Fields inherited from class org.virtualbox_4_1.IUnknown
obj, port
 
Constructor Summary
ISerialPortChangedEvent(java.lang.String wrapped, org.virtualbox_4_1.jaxws.VboxPortType port)
           
 
Method Summary
 ISerialPort getSerialPort()
          Serial port that is subject to change.
static ISerialPortChangedEvent queryInterface(IUnknown obj)
           
 
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

ISerialPortChangedEvent

public ISerialPortChangedEvent(java.lang.String wrapped,
                               org.virtualbox_4_1.jaxws.VboxPortType port)
Method Detail

getSerialPort

public ISerialPort getSerialPort()
Serial port that is subject to change.

Returns:
org.virtualbox_4_1.ISerialPort

queryInterface

public static ISerialPortChangedEvent queryInterface(IUnknown obj)