Uses of Class
org.ikasan.dashboard.ui.visualisation.event.GraphViewChangeEvent
-
Packages that use GraphViewChangeEvent Package Description org.ikasan.dashboard.ui.visualisation.component org.ikasan.dashboard.ui.visualisation.event -
-
Uses of GraphViewChangeEvent in org.ikasan.dashboard.ui.visualisation.component
Methods in org.ikasan.dashboard.ui.visualisation.component with parameters of type GraphViewChangeEvent Modifier and Type Method Description voidControlPanel. onChange(GraphViewChangeEvent event)voidStatusPanel. onChange(GraphViewChangeEvent event) -
Uses of GraphViewChangeEvent in org.ikasan.dashboard.ui.visualisation.event
Methods in org.ikasan.dashboard.ui.visualisation.event with parameters of type GraphViewChangeEvent Modifier and Type Method Description voidGraphViewChangeListener. onChange(GraphViewChangeEvent event)Event occurs when a graph view change occurs.
-