Class Debug
java.lang.Object
org.jpos.ui.action.Debug
- All Implemented Interfaces:
ActionListener, EventListener
A Swing
ActionListener that prints the action command to stdout for debugging.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidPrints the action command of the event to stdout.
-
Constructor Details
-
Debug
public Debug()Default constructor.
-
-
Method Details
-
actionPerformed
Prints the action command of the event to stdout.- Specified by:
actionPerformedin interfaceActionListener- Parameters:
ev- the action event
-