com.stratelia.webactiv.util.node.control
Interface AnonymousMethodOnNode
public interface AnonymousMethodOnNode
Representation of an anonymous method to invoke in some circumstances. This is class is for
passing a method invocation within another method call (second-order function).
Method Summary |
void |
invoke(NodePK pk)
Invokes the method with the specified node. |
invoke
void invoke(NodePK pk)
throws Exception
- Invokes the method with the specified node.
- Parameters:
pk
- the primary key of the node.
- Throws:
Exception
- if an error occurs during the execution of the anonymous method.
Copyright © 2016 Silverpeas. All Rights Reserved.