org.virtualbox_5_0
Class IBandwidthGroupChangedEvent

java.lang.Object
  extended by org.virtualbox_5_0.IUnknown
      extended by org.virtualbox_5_0.IEvent
          extended by org.virtualbox_5_0.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_5_0.IUnknown
obj, objMgr, port
 
Constructor Summary
IBandwidthGroupChangedEvent(java.lang.String wrapped, org.virtualbox_5_0.ObjectRefManager objMgr, org.virtualbox_5_0.jaxws.VboxPortType port)
           
 
Method Summary
 IBandwidthGroup getBandwidthGroup()
          The changed bandwidth group.
static IBandwidthGroupChangedEvent queryInterface(IUnknown obj)
           
 
Methods inherited from class org.virtualbox_5_0.IEvent
getSource, getType, getWaitable, setProcessed, waitProcessed
 
Methods inherited from class org.virtualbox_5_0.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

IBandwidthGroupChangedEvent

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

getBandwidthGroup

public IBandwidthGroup getBandwidthGroup()
The changed bandwidth group.

Returns:
org.virtualbox_5_0.IBandwidthGroup

queryInterface

public static IBandwidthGroupChangedEvent queryInterface(IUnknown obj)