|
|||||||||
| Home >> All >> org >> apache >> batik >> gvt >> [ event overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.batik.gvt.event
Interface GraphicsNodeFocusListener

- All Superinterfaces:
- java.util.EventListener
- public interface GraphicsNodeFocusListener
- extends java.util.EventListener
The listener interface for receiving keyboard focus events on a graphics node.
- Version:
- $Id: GraphicsNodeFocusListener.java,v 1.3 2004/08/18 07:14:30 vhardy Exp $
| Method Summary | |
void |
focusGained(GraphicsNodeFocusEvent evt)
Invoked when a graphics node gains the keyboard focus. |
void |
focusLost(GraphicsNodeFocusEvent evt)
Invoked when a graphics node loses the keyboard focus. |
| Method Detail |
focusGained
public void focusGained(GraphicsNodeFocusEvent evt)
- Invoked when a graphics node gains the keyboard focus.
focusLost
public void focusLost(GraphicsNodeFocusEvent evt)
- Invoked when a graphics node loses the keyboard focus.
|
|||||||||
| Home >> All >> org >> apache >> batik >> gvt >> [ event overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC