|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.virtualbox_5_2.IUnknown
org.virtualbox_5_2.IEvent
org.virtualbox_5_2.IGuestMonitorChangedEvent
public class IGuestMonitorChangedEvent
Notification when the guest enables one of its monitors. Interface ID: {0F7B8A22-C71F-4A36-8E5F-A77D01D76090}
Field Summary |
---|
Fields inherited from class org.virtualbox_5_2.IUnknown |
---|
obj, objMgr, port |
Constructor Summary | |
---|---|
IGuestMonitorChangedEvent(java.lang.String wrapped,
org.virtualbox_5_2.ObjectRefManager objMgr,
org.virtualbox_5_2.jaxws.VboxPortType port)
|
Method Summary | |
---|---|
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)
|
Methods inherited from class org.virtualbox_5_2.IEvent |
---|
getSource, getType, getWaitable, setProcessed, waitProcessed |
Methods inherited from class org.virtualbox_5_2.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 |
---|
public IGuestMonitorChangedEvent(java.lang.String wrapped, org.virtualbox_5_2.ObjectRefManager objMgr, org.virtualbox_5_2.jaxws.VboxPortType port)
Method Detail |
---|
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)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |