Package rma.swing.event
Class ReflectListener
java.lang.Object
rma.swing.event.ReflectListener
- All Implemented Interfaces:
ActionListener,ItemListener,EventListener,ChangeListener
Listener that takes an object and a methodname to invoke
when the actionPerformed(), stateChange() or itemStateChanged() is called.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidactionPerformed(ActionEvent event) voiditemStateChanged(ItemEvent event) voidstateChanged(ChangeEvent event)
-
Constructor Details
-
ReflectListener
-
-
Method Details
-
stateChanged
- Specified by:
stateChangedin interfaceChangeListener
-
actionPerformed
- Specified by:
actionPerformedin interfaceActionListener
-
itemStateChanged
- Specified by:
itemStateChangedin interfaceItemListener
-