Uses of Interface
de.xima.fc.gui.common.interfaces.event.IViewEvent
-
Packages that use IViewEvent Package Description de.xima.fc.gui.common.bean.eventbus de.xima.fc.gui.common.event -
-
Uses of IViewEvent in de.xima.fc.gui.common.bean.eventbus
Methods in de.xima.fc.gui.common.bean.eventbus with parameters of type IViewEvent Modifier and Type Method Description void
ViewEventBusBean. post(IViewEvent event)
-
Uses of IViewEvent in de.xima.fc.gui.common.event
Classes in de.xima.fc.gui.common.event that implement IViewEvent Modifier and Type Class Description class
PluginInstallSuccessEvent
When a plugin installed or updated.class
TreeSelectChangeEvent
An event that is fired when the currently selected tree node (workflow) is changed.
-