|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.lowagie.rups.io.FileCloseAction
public class FileCloseAction
Action that tells an observable to close a file and/or releases resources relevant for the file that is being closed.
Field Summary | |
---|---|
protected java.util.Observable |
observable
An object that allows you to close a file. |
Constructor Summary | |
---|---|
FileCloseAction(java.util.Observable observable)
Creates the close action. |
Method Summary | |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent evt)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.Observable observable
Constructor Detail |
---|
public FileCloseAction(java.util.Observable observable)
observable
- the object that expects you to close a file.Method Detail |
---|
public void actionPerformed(java.awt.event.ActionEvent evt)
actionPerformed
in interface java.awt.event.ActionListener
ActionListener.actionPerformed(java.awt.event.ActionEvent)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |