Class: Swing::JMenuItem

Inherits:
Object
  • Object
show all
Defined in:
lib/swing/j_menu_item.rb

Instance Method Summary collapse

Instance Method Details

#add_block_listener(&block) ⇒ Object



5
6
7
# File 'lib/swing/j_menu_item.rb', line 5

def add_block_listener &block
  self.addActionListener SwingSupport::ActionListener.new &block
end