com.lowagie.rups.io

Class FileCloseAction

public class FileCloseAction extends Object implements ActionListener

Action that tells an observable to close a file and/or releases resources relevant for the file that is being closed.
Field Summary
protected Observableobservable
An object that allows you to close a file.
Constructor Summary
FileCloseAction(Observable observable)
Creates the close action.
Method Summary
voidactionPerformed(ActionEvent evt)

Field Detail

observable

protected Observable observable
An object that allows you to close a file.

Constructor Detail

FileCloseAction

public FileCloseAction(Observable observable)
Creates the close action.

Parameters: observable the object that expects you to close a file.

Method Detail

actionPerformed

public void actionPerformed(ActionEvent evt)

See Also: java.awt.event.ActionListener#actionPerformed(java.awt.event.ActionEvent)