public class GeoLocationPanelListener extends java.lang.Object implements java.awt.event.ActionListener, DataInputContainerListener, java.awt.event.KeyListener
| Constructor and Description |
|---|
GeoLocationPanelListener(GeolocationBaseClassPanel panel,
GeoLocationDialog dialog)
Crea un nuevo
GeoLocationPanelListener |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
Método que se invoca cuando se disparan los eventos de los botones
|
void |
actionValueChanged(java.util.EventObject e)
Control del cambio de valor dentro de las cajas de texto.
|
boolean |
isEnableValueChangeEvent()
Obtiene el valor de la variable que informa sobre la activación y desactivación del evento de cambio de valor
dentro de un campo de texto
|
void |
keyPressed(java.awt.event.KeyEvent e) |
void |
keyReleased(java.awt.event.KeyEvent e)
Capturamos el evento de pulsar la tecla Enter y cancel.
|
void |
keyTyped(java.awt.event.KeyEvent e) |
void |
setEnableValueChangeEvent(boolean enableValueChangeEvent)
Asigna el valor para la activación y desactivación del evento de cambio de valor
dentro de un campo de texto
|
public GeoLocationPanelListener(GeolocationBaseClassPanel panel, GeoLocationDialog dialog)
GeoLocationPanelListenerpanel - public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListenerpublic void actionValueChanged(java.util.EventObject e)
actionValueChanged in interface DataInputContainerListenere - EventObjectpublic boolean isEnableValueChangeEvent()
public void setEnableValueChangeEvent(boolean enableValueChangeEvent)
enableValueChangeEvent - public void keyPressed(java.awt.event.KeyEvent e)
keyPressed in interface java.awt.event.KeyListenerpublic void keyReleased(java.awt.event.KeyEvent e)
keyReleased in interface java.awt.event.KeyListenerpublic void keyTyped(java.awt.event.KeyEvent e)
keyTyped in interface java.awt.event.KeyListener