public class IGuestMonitorChangedEvent extends IEvent
Constructor and Description |
---|
IGuestMonitorChangedEvent(java.lang.String wrapped,
org.virtualbox_6_1.ObjectRefManager objMgr,
org.virtualbox_6_1.jaxws.VboxPortType port) |
Modifier and Type | Method and Description |
---|---|
GuestMonitorChangedEventType |
getChangeType()
What was changed for this guest monitor.
|
java.lang.Long |
getHeight()
Height of the screen.
|
java.lang.Long |
getOriginX()
Physical X origin relative to the primary screen.
|
java.lang.Long |
getOriginY()
Physical Y origin relative to the primary screen.
|
java.lang.Long |
getScreenId()
The monitor which was changed.
|
java.lang.Long |
getWidth()
Width of the screen.
|
static IGuestMonitorChangedEvent |
queryInterface(IUnknown obj) |
getSource, getType, getWaitable, setProcessed, waitProcessed
getObjMgr, getRemoteWSPort, getWrapped, releaseRemote
public IGuestMonitorChangedEvent(java.lang.String wrapped, org.virtualbox_6_1.ObjectRefManager objMgr, org.virtualbox_6_1.jaxws.VboxPortType port)
public GuestMonitorChangedEventType getChangeType()
public java.lang.Long getScreenId()
public java.lang.Long getOriginX()
public java.lang.Long getOriginY()
public java.lang.Long getWidth()
public java.lang.Long getHeight()
public static IGuestMonitorChangedEvent queryInterface(IUnknown obj)