to.etc.domui.dom.html
Interface IClicked2<T extends NodeBase>

All Superinterfaces:
IClickBase<T>

public interface IClicked2<T extends NodeBase>
extends IClickBase<T>


Method Summary
 void clicked(T node, ClickInfo clinfo)
          This gets called when the node is clicked.
 

Method Detail

clicked

void clicked(@Nonnull
             T node,
             @Nonnull
             ClickInfo clinfo)
             throws java.lang.Exception
This gets called when the node is clicked. The parameter is the node that the click handler was attached to. Since the node itself is passed you can easily reuse a click handler instance for several same-type nodes.

Parameters:
node -
clinfo -
Throws:
java.lang.Exception