Module: RPV::Swing::EventHandlerMixin

Included in:
DialogView, FrameView, PanelView
Defined in:
lib/rpv/swing/event_handler_mixin.rb

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object

TODO write specs for this, urgh…



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

def self.included(base)
  base.extend ClassMethods
end