yu.ac.bg.etf.javaqx.qswing.events
Interface FocusListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
FocusAdapter

public interface FocusListener
extends java.util.EventListener

Focus Listener.

Version:
0.2.0
Author:
Slobodan Vrkacevic (slobodan.vrkacevic@gmail.com)

Method Summary
 void focusGained(FocusEvent e)
          Notifies listener that the component has gained focus.
 void focusLost(FocusEvent e)
          Notifies listener that the component has lost focus.
 

Method Detail

focusGained

public void focusGained(FocusEvent e)
Notifies listener that the component has gained focus.

Parameters:
e - the focus event

focusLost

public void focusLost(FocusEvent e)
Notifies listener that the component has lost focus.

Parameters:
e - the focus event


Copyright © 2007 ETF and contributors. All Rights Reserved.