Class EmailEventNumbers
java.lang.Object
ru.bitel.bgbilling.modules.email.server.event.EmailEventNumbers
public class EmailEventNumbers
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description static int
ACCOUNT_CREATED
static int
ACCOUNT_DELETE
static int
ACCOUNT_UPDATE
-
Constructor Summary
Constructors Constructor Description EmailEventNumbers()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
ACCOUNT_CREATED
public static final int ACCOUNT_CREATED- See Also:
- Constant Field Values
-
ACCOUNT_UPDATE
public static final int ACCOUNT_UPDATE- See Also:
- Constant Field Values
-
ACCOUNT_DELETE
public static final int ACCOUNT_DELETE- See Also:
- Constant Field Values
-
-
Constructor Details
-
EmailEventNumbers
public EmailEventNumbers()
-