|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
fable.adt.FableEvent
fable.gui.event.ExportEvent
public class ExportEvent
This object represents the event fired when the user exports to PDF
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
ExportEvent(java.lang.Object source,
java.lang.String fileName)
Construct a new ExportEvent with provided source and fileName. |
|
| Method Summary | |
|---|---|
java.lang.String |
getFileName()
Returns the fileName of the exported file. |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ExportEvent(java.lang.Object source,
java.lang.String fileName)
source - source of the event.fileName - file name of PDF.| Method Detail |
|---|
public java.lang.String getFileName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||