to.etc.domui.dom.html
Interface IClicked<T extends NodeBase>
- All Superinterfaces:
- IClickBase<T>
public interface IClicked<T extends NodeBase>
- extends IClickBase<T>
Listener for basic clickies on a Node. Represents the onclick handler.
- Author:
- Frits Jalvingh
Created on Aug 17, 2007
Method Summary |
void |
clicked(T clickednode)
This gets called when the node is clicked. |
clicked
void clicked(T clickednode)
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:
clickednode
-
- Throws:
java.lang.Exception