com.leafdigital.ui.api
Interface TextView.ActionHandler
- Enclosing interface:
- TextView
public static interface TextView.ActionHandler
Interface that happens when user clicks on things
Method Summary |
void |
action(org.w3c.dom.Element e,
java.awt.event.MouseEvent me)
Called when a user clicks on the element in question. |
action
void action(org.w3c.dom.Element e,
java.awt.event.MouseEvent me)
throws GeneralException
- Called when a user clicks on the element in question.
- Parameters:
e
- Elementme
- Mouse event that resulted in this action
- Throws:
GeneralException
- If something goes wrong
Copyright © 2011 Samuel Marshall. All rights reserved.