public final class UserSettingMailDeleteListener
extends java.lang.Object
implements com.openexchange.groupware.delete.DeleteListener
| Constructor and Description |
|---|
UserSettingMailDeleteListener()
Initializes a new
UserSettingMailDeleteListener |
| Modifier and Type | Method and Description |
|---|---|
void |
deletePerformed(com.openexchange.groupware.delete.DeleteEvent deleteEvent,
java.sql.Connection readCon,
java.sql.Connection writeCon)
Performs the action(s) related to received delete event
|
public UserSettingMailDeleteListener()
UserSettingMailDeleteListenerpublic void deletePerformed(com.openexchange.groupware.delete.DeleteEvent deleteEvent,
java.sql.Connection readCon,
java.sql.Connection writeCon)
throws com.openexchange.exception.OXException
com.openexchange.groupware.delete.DeleteListenerdeletePerformed in interface com.openexchange.groupware.delete.DeleteListenerdeleteEvent - the delete eventreadCon - a read-only connectionwriteCon - a writable connectioncom.openexchange.exception.OXException - If an error occurs handling the delete event for this listener