org.openstreetmap.josm
Interface Main.WindowSwitchListener

All Known Implementing Classes:
MapPaintDialog
Enclosing class:
Main

public static interface Main.WindowSwitchListener

Listener for window switch events. These are events, when the user activates a window of another application or comes back to JOSM. Window switches from one JOSM window to another are not reported.


Method Summary
 void fromOtherApplication()
          Called when the user comes from a window of another application back to JOSM.
 void toOtherApplication()
          Called when the user activates a window of another application.
 

Method Detail

toOtherApplication

void toOtherApplication()
Called when the user activates a window of another application.


fromOtherApplication

void fromOtherApplication()
Called when the user comes from a window of another application back to JOSM.



JOSM