com.objectplanet.survey.plugin.event
Class SurveyDeletedEvent

java.lang.Object
  extended by com.objectplanet.survey.plugin.event.PluginBusEvent
      extended by com.objectplanet.survey.plugin.event.AdminEvent
          extended by com.objectplanet.survey.plugin.event.SurveyDeletedEvent

Deprecated.

public class SurveyDeletedEvent
extends AdminEvent

Represents an event that is fired when a new Survey is deleted. This class is deprecated. Use the new event mechanism in the com.objectplanet.survey.event and com.objectplanet.survey.event.events package.

Author:
Torgeir Lund
Created:
26. September 2002

Nested Class Summary
 
Nested classes/interfaces inherited from class com.objectplanet.survey.plugin.event.PluginBusEvent
PluginBusEvent.NonVetoable
 
Constructor Summary
SurveyDeletedEvent(IPBComponent source)
          Deprecated. Creates a new event.
 
Method Summary
 long getSurveyId()
          Deprecated. Gets the surveyId attribute of the NewSurveyEvent object
 void setSurveyId(long surveyId)
          Deprecated. Sets the surveyId attribute of the NewSurveyEvent object
 
Methods inherited from class com.objectplanet.survey.plugin.event.AdminEvent
getUserId, setUserId
 
Methods inherited from class com.objectplanet.survey.plugin.event.PluginBusEvent
getSource, isVetoed, paramString, toString, veto
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SurveyDeletedEvent

public SurveyDeletedEvent(IPBComponent source)
Deprecated. 
Creates a new event.

Parameters:
source - The event source
Method Detail

setSurveyId

public void setSurveyId(long surveyId)
Deprecated. 
Sets the surveyId attribute of the NewSurveyEvent object

Parameters:
surveyId - The new surveyId value

getSurveyId

public long getSurveyId()
Deprecated. 
Gets the surveyId attribute of the NewSurveyEvent object

Returns:
The surveyId value

Copyright ? ObjectPlanet Inc. All Rights Reserved.

Built on December 20 2016