Uses of Class
dyntabs.ApplicationCDIEvent
Packages that use ApplicationCDIEvent
-
Uses of ApplicationCDIEvent in dyntabs
Methods in dyntabs with parameters of type ApplicationCDIEventModifier and TypeMethodDescriptionvoidDynTabManager.fireApplicationEvent(ApplicationCDIEvent event) Manually dispatches an ApplicationCDIEvent to all active tab beans.voidBaseDyntabCdiBean.observeApplicationEvent(ApplicationCDIEvent appEvent) Receives application events (inter-tab communication). -
Uses of ApplicationCDIEvent in dyntabs.interfaces
Methods in dyntabs.interfaces with parameters of type ApplicationCDIEventModifier and TypeMethodDescriptionvoidDyntabBeanInterface.observeApplicationEvent(ApplicationCDIEvent appEvent) Receives application events (inter-tab communication).