It's all about the answers!

Ask a question

Flow Target Change listener


Vijayakumar B (22610) | asked Sep 12 '13, 5:57 p.m.
edited Sep 21 '13, 4:36 a.m.

Do RTC Java API have any listener for Flow target change from the client side.

I was looking for it for some time, but quite unsuccessful.

We are developing a plugin, in which we need flow target details for all our actions and based on flow target we execute the actions on our host systems.

We are able to retrive it but we have designed to retrieve the flow target for each action user trigger,

But flow target change is not frequent, so we want to avoid hitting the rtc server for each action user trigger, at the same time we need the latest flow target of user repository or the stream under consideration.

So if we are able to capture the flow target change event from Client, that will be great use to us.

Any help or suggestions please.

Thanks

Accepted answer


permanent link
Tim Mok (6.6k38) | answered Sep 23 '13, 10:00 a.m.
JAZZ DEVELOPER
You can add a generic listener to your IWorkspaceConnection. Listen on the IWorkspaceConnection#FLOW_TABLE event.
Vijayakumar B selected this answer as the correct answer

One other answer



permanent link
Vijayakumar B (22610) | answered Oct 04 '13, 10:11 p.m.
 Thanks Tim, this is the exact thing i need.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.