Package docking.widgets.pathmanager
Interface PathManagerListener
public interface PathManagerListener
-
Method Summary
Modifier and TypeMethodDescriptionvoid
pathMessage
(String message) void
Notified when the user changes the paths in the PathManager.
-
Method Details
-
pathMessage
-
pathsChanged
void pathsChanged()Notified when the user changes the paths in the PathManager. This could be the addition or removal of Path objects, or a simple reordering of the paths.
-