Just like any other event. Instead of using something like Events.CLICK, you'd use "AfterActivity".
if (component.equals(actStarter) && eventName.equals("AfterActivity") {
dostuff();
}
What is it you are trying to do?
Ryan
On Thursday, July 18, 2013 8:34:18 AM UTC-4, Steve Marcus wrote: