com.objectplanet.survey.event.events
Class SurveyFolderDeletedEvent
java.lang.Object
com.objectplanet.survey.event.Event
com.objectplanet.survey.event.events.AdminEvent
com.objectplanet.survey.event.events.SurveyFolderDeletedEvent
public class SurveyFolderDeletedEvent
- extends AdminEvent
Represents an event that is fired when a Folder is deleted.
- Author:
- Rikard Halvorsen
- Created:
- 16 August 2006
Method Summary |
long |
getFolderId()
Gets the folderId attribute of the NewSurveyEvent object |
void |
setFolderId(long folderId)
Sets the folderId attribute of the NewSurveyEvent object |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SurveyFolderDeletedEvent
public SurveyFolderDeletedEvent(IEventListener source)
- Creates a new event.
- Parameters:
source
- The event source
setFolderId
public void setFolderId(long folderId)
- Sets the folderId attribute of the NewSurveyEvent object
- Parameters:
folderId
- The new folderId value
getFolderId
public long getFolderId()
- Gets the folderId attribute of the NewSurveyEvent object
- Returns:
- The folderId value
Built on December 20 2016