Draw2D v2.0

org.eclipse.draw2d
Interface FocusListener

All Known Implementing Classes:
FocusListener.Stub

public interface FocusListener

A listener interface for receiving FocusEvents.


Inner Class Summary
static class FocusListener.Stub
           
 
Method Summary
 void focusGained(FocusEvent fe)
          Called when the listened to object has gained focus.
 void focusLost(FocusEvent fe)
          Called when the listened to object has lost focus.
 

Method Detail

focusGained

public void focusGained(FocusEvent fe)
Called when the listened to object has gained focus.

focusLost

public void focusLost(FocusEvent fe)
Called when the listened to object has lost focus.

Draw2D v2.0