Hi folks, trying to fully grasp execution flow and order of events for a View....
If I have:
public class StartupView extends AbstractView implements PageComponentListener {
.....and this view is the default startup view, can anyone tell me why I dont see....
public void componentOpened(PageComponent component) {
....being called?
Where is the correct place to register my view as a PageComponentListener with addPageComponentListener()
Im doing it in createControl() ....which is likely wrong, so where si this normally done?
Cheers and TIA
Alan


Reply With Quote