All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface java11.awt.event.FocusListener

public interface FocusListener
extends EventListener

Method Index

 o focusGained(FocusEvent)
 o focusLost(FocusEvent)

Methods

 o focusGained
 public abstract void focusGained(FocusEvent e)
 o focusLost
 public abstract void focusLost(FocusEvent e)

All Packages  Class Hierarchy  This Package  Previous  Next  Index