Class javax.help.PrintAction
java.lang.Object
    |
    +----javax.help.AbstractHelpAction
            |
            +----javax.help.PrintAction
- public class PrintAction- extends AbstractHelpAction- implements java.beans.PropertyChangeListener, java.awt.event.ActionListener
PrintAction
public PrintAction(java.lang.Object control)
- Creates new BackAction
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent event)
- 
- Implements:
- actionPerformed in interface java.awt.event.ActionListener
 
propertyChange
public void propertyChange(java.beans.PropertyChangeEvent evt)
- This method gets called when a bound property is changed.- 
- Implements:
- propertyChange in interface java.beans.PropertyChangeListener
- Parameters:
- 
evt- A PropertyChangeEvent object describing the event source
  	and the property that has changed.