Package app.events
Class FileSaveStateChangedEvent
java.lang.Object
app.events.Event
app.events.FileSaveStateChangedEvent
public class FileSaveStateChangedEvent extends Event
Event signalizing that the current file either has been modified or saved
-
Constructor Summary
Constructors Constructor Description FileSaveStateChangedEvent(boolean isSaved)
Event signalizing that the current file either has been modified or saved -
Method Summary
Modifier and Type Method Description boolean
getIsSaved()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
FileSaveStateChangedEvent
public FileSaveStateChangedEvent(boolean isSaved)Event signalizing that the current file either has been modified or saved- Parameters:
isSaved
- Whether or not the file has been modified or saved
-
-
Method Details
-
getIsSaved
public boolean getIsSaved()- Returns:
- Whether or not the file has been modified or saved
-