Interface TreeContributionListener
public interface TreeContributionListener
-
Method Summary
Modifier and TypeMethodDescriptionvoidCalled 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.
-