yu.ac.bg.etf.javaqx.qswing.events
Class FocusAdapter

java.lang.Object
  extended byyu.ac.bg.etf.javaqx.qswing.events.FocusAdapter
All Implemented Interfaces:
java.util.EventListener, FocusListener

public abstract class FocusAdapter
extends java.lang.Object
implements FocusListener

Abstract Focus Adapter.

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

Constructor Summary
FocusAdapter()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FocusAdapter

public FocusAdapter()
Method Detail

focusGained

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

Specified by:
focusGained in interface FocusListener
Parameters:
e - the focus event

focusLost

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

Specified by:
focusLost in interface FocusListener
Parameters:
e - the focus event


Copyright © 2007 ETF and contributors. All Rights Reserved.