de.miethxml.hawron.project
Class ProjectPublishingEvent
java.lang.Object
java.util.EventObject
de.miethxml.hawron.project.ProjectPublishingEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class ProjectPublishingEvent
- extends java.util.EventObject
- Author:
- Simon Mieth
- See Also:
- Serialized Form
| Fields inherited from class java.util.EventObject |
source |
| 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 |
ProjectPublishingEvent
public ProjectPublishingEvent(java.lang.Object source)
- Parameters:
source -
getMessage
public java.lang.String getMessage()
- Returns:
- Returns the message.
setMessage
public void setMessage(java.lang.String message)
- Parameters:
message - The message to set.
getCurrentFile
public int getCurrentFile()
- Returns:
- Returns the currentFile.
setCurrentFile
public void setCurrentFile(int currentFile)
- Parameters:
currentFile - The currentFile to set.
getFileCount
public int getFileCount()
- Returns:
- Returns the fileCount.
setFileCount
public void setFileCount(int fileCount)
- Parameters:
fileCount - The fileCount to set.