Can a user register a listener to multiple spaces?

Can a user register a listener to multiple spaces?

book

Article ID: KB0086926

calendar_today

Updated On:

Products Versions
TIBCO ActiveSpaces -
Not Applicable -

Description

Resolution:
No, when you register a listener, the API maintains a reference to that object along with more information that is needed for calling back into the corresponding object. When the same object is used for multiple spaces, it is possible for this data structure to go stale. Using the same listener object across spaces would not guarantee the order in which the updates would be delivered to the listener.

Issue/Introduction

Can a user register a listener to multiple spaces?

Additional Information