Uses of Interface
org.apache.hop.core.listeners.ICurrentDirectoryChangedListener
-
Packages that use ICurrentDirectoryChangedListener Package Description org.apache.hop.base org.apache.hop.core.listeners.impl -
-
Uses of ICurrentDirectoryChangedListener in org.apache.hop.base
Fields in org.apache.hop.base with type parameters of type ICurrentDirectoryChangedListener Modifier and Type Field Description protected Set<ICurrentDirectoryChangedListener>AbstractMeta. currentDirectoryChangedListenersMethods in org.apache.hop.base with parameters of type ICurrentDirectoryChangedListener Modifier and Type Method Description voidAbstractMeta. addCurrentDirectoryChangedListener(ICurrentDirectoryChangedListener listener)Remove listenervoidAbstractMeta. removeCurrentDirectoryChangedListener(ICurrentDirectoryChangedListener listener)Add a listener to be notified of design-time changes to current directory variable -
Uses of ICurrentDirectoryChangedListener in org.apache.hop.core.listeners.impl
Classes in org.apache.hop.core.listeners.impl that implement ICurrentDirectoryChangedListener Modifier and Type Class Description classEntryCurrentDirectoryChangedListenerUpdates directory references referencingConst.INTERNAL_VARIABLE_ENTRY_CURRENT_FOLDER
-