EVENTOS DEFINICION - PowerPoint PPT Presentation

1 / 6
About This Presentation
Title:

EVENTOS DEFINICION

Description:

La implementaci n de dichos m todos est vac a. Llamando a un Adapter y sobreescribiendo los m todos necesarios conseguimos el ... – PowerPoint PPT presentation

Number of Views:164
Avg rating:3.0/5.0
Slides: 7
Provided by: AlvaroI
Learn more at: http://www.mhproject.org
Category:

less

Transcript and Presenter's Notes

Title: EVENTOS DEFINICION


1
EVENTOSDEFINICION
  • Evento Encapsulación de la información que puede
    ser envada a la aplicación de manera asíncrona
  • Avisan de las acciones de usuario
  • Manejo de eventos Se realiza mediante el uso de
    interfaces definidas en java.awt.event. Listener
    Interface

2
EVENTOSTipos
  • FISICOS
  • ComponentEvent
  • ContainerEvent
  • FocusEvent
  • KeyEvent
  • MouseEvent
  • MouseMotionEvent
  • WindowEvent

3
EVENTOSTipos
  • SEMÁNTICOS
  • ActionEvent
  • AdjustmentEvent
  • ItemEvent
  • TextEvent

4
EVENTOSADAPTERS
  • Adapters Son clases que tienen definidos todos
    los métodos de un interfaz concreto.
  • La implementación de dichos métodos está vacía.
  • Llamando a un Adapter y sobreescribiendo los
    métodos necesarios conseguimos el mismo resultado
    que implementando directamente el interfaz.
  • Heredando de un adapter extends.
  • Implementando directamente la interfaz
    implements.

5
EVENTOSMétodos de los interfaces
  • LISTENER INTERFACE ADAPTER CLASS MÉTODOS
  • ActionListener actionPerformed
  • AdjustmentListener
    adjustmentValueChanged
  • ComponentListener ComponentAdapter 4 METODOS
  • ContainerListener ContainerAdapter 2 METODOS
  • FocusListener FocusAdapter 2 METODOS
  • ItemListener itemStateChanged

6
EVENTOSMétodos de los interfaces
  • LISTENER INTERFACE ADAPTER CLASS MÉTODOS
  • KeyListener KeyAdapter 3 METODOS
  • MouseListener MouseAdapter 5 METODOS
  • MouseMotionListener MouseMotionAdapter 2 METODOS
  • TextListener textValueChanged
  • WindowListener WindowAdapter 7 METODOS
Write a Comment
User Comments (0)
About PowerShow.com