|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.openfin.desktop.WindowGroupChangeEvent
public class WindowGroupChangeEvent
Helper class for Populating values from the ACK of a window 'group-changed' payload
| Constructor Summary | |
|---|---|
WindowGroupChangeEvent(Ack payload,
DesktopConnection desktopConnection)
Constructor |
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WindowGroupChangeEvent(Ack payload,
DesktopConnection desktopConnection)
throws org.json.JSONException
payload - JSONObject payloaddesktopConnection - desktop connection
org.json.JSONException| Method Detail |
|---|
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||