org.apache.batik.gvt.event
public interface GraphicsNodeFocusListener extends java.util.EventListener
Modifier and Type | Method and Description |
---|---|
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.
|
void focusGained(GraphicsNodeFocusEvent evt)
void focusLost(GraphicsNodeFocusEvent evt)
Copyright ? 2008 Apache Software Foundation. All Rights Reserved.