Interface TreeContributionListener
public interface TreeContributionListener
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Called at least once if a node was contributed to the tree.
-
Method Details
-
onNodeContributed
void onNodeContributed()Called at least once if a node was contributed to the tree.
-