Inter-Component event handling

Hi,
i was wondering if there is any way to communicate events between two distinct custom components for eg. i have two distinct components i am using

public class NewIteration extends CustomComponent {
// body
}

public class ManageSprints extends CustomComponent {
// body
}

Regards,
Jawad Hameed

Hi,

One option is to use Henrikā€™s
Blackboard
utility. See the
wiki
page for more information.