Interface DependencyChangedListener
-
public interface DependencyChangedListener
Implements the listener to know the change in dependency
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onDependencyChanged(java.lang.Object sender)
Defines the dependency changed method
-