org.eclipse.draw2d
Interface FocusListener
-
All Known Implementing Classes:
-
FocusListener.Stub,
LightweightSystem.EventHandler
- public interface FocusListener
A listener interface for receiving
FocusEvents
.
Nested Class Summary
|
static class
|
FocusListener.Stub
An empty implementation of FocusListener for convenience. |
focusGained
public void focusGained(
FocusEvent fe)
- Called when the listened to object has gained focus.
-
-
Parameters:
-
fe
- The FocusEvent object
focusLost
public void focusLost(
FocusEvent fe)
- Called when the listened to object has lost focus.
-
-
Parameters:
-
fe
- The FocusEvent object
Copyright (c) IBM Corp. and others 2000, 2007. All Rights Reserved.