org.minueto.handlers
Interface MinuetoFocusHandler

All Known Subinterfaces:
MinuetoWindowHandler

public interface MinuetoFocusHandler

Since:
1.1

Method Summary
 void handleGetFocus()
          Invoked when the MinuetoWindow receives the focus.
 void handleLostFocus()
          Invoked when the MinuetoWindow loses the focus.
 

Method Detail

handleGetFocus

void handleGetFocus()
Invoked when the MinuetoWindow receives the focus.


handleLostFocus

void handleLostFocus()
Invoked when the MinuetoWindow loses the focus.