Details
-
Type:
New Feature
-
Status: Closed
-
Priority:
Normal
-
Resolution: Done
-
Affects Version/s: 7.0.1
-
Fix Version/s: 7.0.3
-
Component/s: None
-
Labels:None
Description
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});