org.virtualbox_4_2
Class IBandwidthGroupChangedEvent

java.lang.Object
  extended by org.virtualbox_4_2.IUnknown
      extended by org.virtualbox_4_2.IEvent
          extended by org.virtualbox_4_2.IBandwidthGroupChangedEvent

public class IBandwidthGroupChangedEvent
extends IEvent

Notification when one of the bandwidth groups changed Interface ID: {334DF94A-7556-4CBC-8C04-043096B02D82}


Field Summary
 
Fields inherited from class org.virtualbox_4_2.IUnknown
obj, port
 
Constructor Summary
IBandwidthGroupChangedEvent(java.lang.String wrapped, org.virtualbox_4_2.jaxws.VboxPortType port)
           
 
Method Summary
 IBandwidthGroup getBandwidthGroup()
          The changed bandwidth group.
static IBandwidthGroupChangedEvent queryInterface(IUnknown obj)
           
 
Methods inherited from class org.virtualbox_4_2.IEvent
getSource, getType, getWaitable, setProcessed, waitProcessed
 
Methods inherited from class org.virtualbox_4_2.IUnknown
getRemoteWSPort, getWrapped, releaseRemote
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IBandwidthGroupChangedEvent

public IBandwidthGroupChangedEvent(java.lang.String wrapped,
                                   org.virtualbox_4_2.jaxws.VboxPortType port)
Method Detail

getBandwidthGroup

public IBandwidthGroup getBandwidthGroup()
The changed bandwidth group.

Returns:
org.virtualbox_4_2.IBandwidthGroup

queryInterface

public static IBandwidthGroupChangedEvent queryInterface(IUnknown obj)