Michi_de
10-27-2008, 04:00 AM
Hi,
i used the search to find anything about TabItems and EventListeners. But it seems, that TabItem are not supposed to be subscribing to events? I just wanted to add a listener like this:
TabItem item = new TabItem();
item.addListener(Events.BeforeClose, new SelectionListener<ComponentEvent>( ){
publicvoid componentSelected(ComponentEvent be) {
// do something....
}
}
});
But i realy cant get this event going. Its just like TabItems cant subscribe to Events?
i used the search to find anything about TabItems and EventListeners. But it seems, that TabItem are not supposed to be subscribing to events? I just wanted to add a listener like this:
TabItem item = new TabItem();
item.addListener(Events.BeforeClose, new SelectionListener<ComponentEvent>( ){
publicvoid componentSelected(ComponentEvent be) {
// do something....
}
}
});
But i realy cant get this event going. Its just like TabItems cant subscribe to Events?