-
Type:
New Feature
-
Resolution: Done
-
Priority:
Normal
-
Affects Version/s: 7.0.1
-
Component/s: None
-
None
-
None
For example,
//In order @Subscribe("queue1", eventName="dataChange") public void method1(int index, Listitem item) { // this method will be called when EventQueue "queue1" of Desktop scope is published } queue1.publish(new Event("dataChange", null, new Object[]{3, listitem});