|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TransactionLifecycleEvent | |
|---|---|
| org.multiverse.api | Contains the most important interfaces and classes for the Multiverse project. |
| Uses of TransactionLifecycleEvent in org.multiverse.api |
|---|
| Methods in org.multiverse.api that return TransactionLifecycleEvent | |
|---|---|
static TransactionLifecycleEvent |
TransactionLifecycleEvent.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TransactionLifecycleEvent[] |
TransactionLifecycleEvent.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.multiverse.api with parameters of type TransactionLifecycleEvent | |
|---|---|
void |
TransactionLifecycleListener.notify(Transaction tx,
TransactionLifecycleEvent event)
Is called by the Transaction when the event occurs. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||