com.objectplanet.survey.plugin.event
Class PreUserDeleteEvent
java.lang.Object
com.objectplanet.survey.plugin.event.PluginBusEvent
com.objectplanet.survey.plugin.event.AdminEvent
com.objectplanet.survey.plugin.event.PreUserDeleteEvent
Deprecated.
public class PreUserDeleteEvent
- extends AdminEvent
Represents an event that is fired just before a user 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:
- Rikard Halvorsen
- Created:
- 11. November 2004
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PreUserDeleteEvent
public PreUserDeleteEvent(IPBComponent source)
- Deprecated.
- Creates a new event.
- Parameters:
source
- The event source
setDeletedUserId
public void setDeletedUserId(long deletedUserId)
- Deprecated.
- Sets the deleted user id
- Parameters:
deletedUserId
- The new deletedUserId value
getDeletedUserId
public long getDeletedUserId()
- Deprecated.
- Gets the deleted user id
- Returns:
- The deletedUserId value
Built on December 20 2016