zk: how to notify a listener when a zk component is destroyed / detached

nifilim

New Member
is there a possibility to notify a listener when a ZK component is destroyed or detached? I want different composer of components communicate via an event queue. In order to do this I subscribe listeners for these components to the event queue. Now I need to know when a component or its composer is destroyed in order to unsubscribe its listener.Thanks
 
Top