Module: RSwing::Components::Events::WindowFocus
- Included in:
- Window
- Defined in:
- lib/rswing/components/events/window_focus.rb
Constant Summary collapse
- WindowFocusListener =
java.awt.event.WindowFocusListener
Class Method Summary collapse
Class Method Details
.event_mappings ⇒ Object
26 27 28 29 30 31 |
# File 'lib/rswing/components/events/window_focus.rb', line 26 def WindowFocus.event_mappings { :on_window_focus => :windowGainedFocus, :on_window_focus_lost => :windowLostFocus } end |