java.lang.Object
org.jpo.eventbus.RemoveNodeHandler
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleEvent
(RemoveNodeRequest request) Removes the nodes in the request from their parent which essentially deletes them from the tree.
-
Constructor Details
-
RemoveNodeHandler
public RemoveNodeHandler()
-
-
Method Details
-
handleEvent
Removes the nodes in the request from their parent which essentially deletes them from the tree. The nodes are also removed from the RecentDropNodes in the Settings object as we cant use them any longer.- Parameters:
request
- The request to remove nodes
-