org.eclipse.draw2d
Class FocusListener.Stub
java.lang.Object
org.eclipse.draw2d.FocusListener.Stub
-
All Implemented Interfaces:
-
FocusListener
-
Enclosing class:
-
FocusListener
- public static class FocusListener.Stub
- extends java.lang.Object
- implements
FocusListener
An empty implementation of FocusListener for convenience.
Methods inherited from class java.lang.Object
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
|
FocusListener.Stub
public FocusListener.Stub()
focusGained
public void focusGained(
FocusEvent fe)
-
Description copied from interface:
FocusListener
- Called when the listened to object has gained focus.
-
-
Specified by:
-
focusGained
in interface
FocusListener
-
-
Parameters:
-
fe
- The FocusEvent object -
See Also:
-
FocusListener.focusGained(FocusEvent)
focusLost
public void focusLost(
FocusEvent fe)
-
Description copied from interface:
FocusListener
- Called when the listened to object has lost focus.
-
-
Specified by:
-
focusLost
in interface
FocusListener
-
-
Parameters:
-
fe
- The FocusEvent object -
See Also:
-
FocusListener.focusLost(FocusEvent)
Copyright (c) IBM Corp. and others 2000, 2007. All Rights Reserved.