Uses of Interface
org.apache.hop.ui.core.bus.IHopGuiEventListener
-
Packages that use IHopGuiEventListener Package Description org.apache.hop.ui.core.bus -
-
Uses of IHopGuiEventListener in org.apache.hop.ui.core.bus
Methods in org.apache.hop.ui.core.bus that return types with arguments of type IHopGuiEventListener Modifier and Type Method Description Map<String,Map<String,IHopGuiEventListener>>HopGuiEventsHandler. getGuiEventListenerMap()Gets guiEventListenerMapMethods in org.apache.hop.ui.core.bus with parameters of type IHopGuiEventListener Modifier and Type Method Description <T> voidHopGuiEventsHandler. addEventListener(String guiId, IHopGuiEventListener<T> listener, String... eventIds)Method parameters in org.apache.hop.ui.core.bus with type arguments of type IHopGuiEventListener Modifier and Type Method Description voidHopGuiEventsHandler. setGuiEventListenerMap(Map<String,Map<String,IHopGuiEventListener>> guiEventListenerMap)
-