PageBusEvent |
Instances of this class cannot be created but a new instance is created and passed as parameter to the related event handler (PageBusListener.onPageBusSubscriptionCallback(PageBusEvent))
Use PageBusEvent.getSubject() to extract the message's unique identity
Use PageBusEvent.getMessage(org.juglar.gwt.jsonizer.client.Jsonizer) method to extract the message data as a java object
Use PageBusEvent.getSubscriberData(org.juglar.gwt.jsonizer.client.Jsonizer) method to extract the data associated upon subscription. |