org.gnu.gtk.event
Interface FocusListener


public interface FocusListener

Author:
Jeffrey S. Morgan This is the listener interface for receiving focus events on a Widget. Objects that are interested in focus events should implement this Interface and then register with the Widget using the addFocusListener() method.
See Also:
FocusEvent

Method Summary
 boolean focusEvent(FocusEvent event)
          Indicates that the Widget has gained or lost focus
 

Method Detail

focusEvent

public boolean focusEvent(FocusEvent event)
Indicates that the Widget has gained or lost focus

Parameters:
event - The event that identifies the details of the event

Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net