java.lang.Object
org.jpo.eventbus.AddEmptyGroupHandler
Adds an empty group to the indicated group node
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleEvent
(AddEmptyGroupRequest request) Fulfil an AddEmptyGroup request by adding a "New Group" to the supplied node.
-
Constructor Details
-
AddEmptyGroupHandler
public AddEmptyGroupHandler()
-
-
Method Details
-
handleEvent
Fulfil an AddEmptyGroup request by adding a "New Group" to the supplied node. Memorises this new group . TODO: why does this check for GroupInfo, moan and then proceed anyway?- Parameters:
request
- The node on which the request was made
-