com.objectplanet.survey.event.events
Class PreUserDeleteEvent
java.lang.Object
com.objectplanet.survey.event.Event
com.objectplanet.survey.event.events.AdminEvent
com.objectplanet.survey.event.events.PreUserDeleteEvent
public class PreUserDeleteEvent
- extends AdminEvent
Represents an event that is fired just before a user is deleted.
- Author:
- Torgeir Lund
- Created:
- 16 November 2005
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PreUserDeleteEvent
public PreUserDeleteEvent(IEventListener source)
- Creates a new event.
- Parameters:
source
- The event source
setDeletedUserId
public void setDeletedUserId(long deletedUserId)
- Sets the deleted user id
- Parameters:
deletedUserId
- The new deletedUserId value
getDeletedUserId
public long getDeletedUserId()
- Gets the deleted user id
- Returns:
- The deletedUserId value
Built on December 20 2016