public class WindowGroupChangeEvent extends Object
Constructor and Description |
---|
WindowGroupChangeEvent(Ack payload,
DesktopConnection desktopConnection)
Constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getMemberOf()
Which group array the window that the event listener was
registered on is included in.
|
String |
getName()
Name of the window
|
String |
getReason()
The reason this event was triggered.
|
List<Window> |
getSourceGroup()
All the windows in the group the sourceWindow originated from
|
String |
getSourceWindowAppUuid()
The UUID of the application the sourceWindow belongs to.
|
String |
getSourceWindowName()
The name of the sourcewindow.
|
List<Window> |
getTargetGroup()
All the windows in the group the targetWindow orginated from
|
String |
getTargetWindowAppUuid()
The UUID of the application the targetWindow belongs to.
|
String |
getTargetWindowName()
The name of the targetWindow.
|
String |
getUuid()
The UUID of the application the window belongs to
|
public WindowGroupChangeEvent(Ack payload, DesktopConnection desktopConnection) throws org.json.JSONException
payload
- JSONObject payloaddesktopConnection
- desktop connectionorg.json.JSONException
public String getMemberOf()
public String getName()
public String getReason()
public List<Window> getSourceGroup()
public String getSourceWindowAppUuid()
public String getSourceWindowName()
public List<Window> getTargetGroup()
public String getTargetWindowAppUuid()
public String getTargetWindowName()
public String getUuid()
Copyright © 2022. All rights reserved.