com.objectplanet.survey.plugin.event
Class NewUserEvent
java.lang.Object
|
+--com.objectplanet.survey.plugin.event.PluginBusEvent
|
+--com.objectplanet.survey.plugin.event.AdminEvent
|
+--com.objectplanet.survey.plugin.event.NewUserEvent
- public class NewUserEvent
- extends AdminEvent
Represents an event that is fired when a new response is created, after the
response has been responded to and the object has been populated. This gives
the plugin designer to do validation on the question responses, for example.
- Author:
- Torgeir Lund
- Created:
- 9. September 2002
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NewUserEvent
public NewUserEvent(IPBComponent source)
- Creates a new event.
- Parameters:
source
- The event source
setNewUserId
public void setNewUserId(long newUserId)
- Sets the newUserId
getNewUserId
public long getNewUserId()
- Gets the newUserId
- Returns:
- The newUserId
Built on May 7 2003