com.lowagie.rups.io
public class FileCloseAction extends Object implements ActionListener
Field Summary | |
---|---|
protected Observable | observable An object that allows you to close a file. |
Constructor Summary | |
---|---|
FileCloseAction(Observable observable)
Creates the close action. |
Method Summary | |
---|---|
void | actionPerformed(ActionEvent evt) |
Parameters: observable the object that expects you to close a file.
See Also: java.awt.event.ActionListener#actionPerformed(java.awt.event.ActionEvent)