Uses of Interface
org.apache.hop.core.listeners.IContentChangedListener
-
Packages that use IContentChangedListener Package Description org.apache.hop.base org.apache.hop.core.listeners -
-
Uses of IContentChangedListener in org.apache.hop.base
Fields in org.apache.hop.base with type parameters of type IContentChangedListener Modifier and Type Field Description protected Set<IContentChangedListener>AbstractMeta. contentChangedListenersMethods in org.apache.hop.base that return types with arguments of type IContentChangedListener Modifier and Type Method Description List<IContentChangedListener>AbstractMeta. getContentChangedListeners()Methods in org.apache.hop.base with parameters of type IContentChangedListener Modifier and Type Method Description voidAbstractMeta. addContentChangedListener(IContentChangedListener listener)Adds the passed IContentChangedListener to the list of listeners.voidAbstractMeta. removeContentChangedListener(IContentChangedListener listener)Removes the passed IContentChangedListener from the list of listeners. -
Uses of IContentChangedListener in org.apache.hop.core.listeners
Classes in org.apache.hop.core.listeners that implement IContentChangedListener Modifier and Type Class Description classContentChangedAdapter
-