Post and Send Events

You could communicate among pages in the same desktop. The way to communicate is to use the postEvent or sendEvent to notify a component in the target page.

Events.postEvent(new Event("SomethingHappens",
    comp.getDesktop().getPage("another").getFellow("main"));