public class AccountArchiveServiceEventSupplier extends AbstractServiceEventSupplier
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
EVENT_CHANNEL |
static java.lang.String |
EVENT_SUPPLIER |
| Constructor and Description |
|---|
AccountArchiveServiceEventSupplier()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accountCreated(ArchivedAccount archivedAccount) |
void |
accountDeleted(ArchivedAccount archivedAccount) |
void |
accountUpdated(ArchivedAccount beforeUpdate,
ArchivedAccount afterUpdate) |
sendpublic static final java.lang.String EVENT_CHANNEL
public static final java.lang.String EVENT_SUPPLIER
public AccountArchiveServiceEventSupplier()
public void accountCreated(ArchivedAccount archivedAccount)
public void accountUpdated(ArchivedAccount beforeUpdate, ArchivedAccount afterUpdate)
public void accountDeleted(ArchivedAccount archivedAccount)
Copyright © 2012-2023 anotheria.net. All Rights Reserved.