|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TxnEvent | |
|---|---|
| org.multiverse.api.lifecycle | |
| org.multiverse.stms.gamma.transactions | |
| Uses of TxnEvent in org.multiverse.api.lifecycle |
|---|
| Methods in org.multiverse.api.lifecycle that return TxnEvent | |
|---|---|
static TxnEvent |
TxnEvent.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TxnEvent[] |
TxnEvent.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.multiverse.api.lifecycle with parameters of type TxnEvent | |
|---|---|
void |
TxnListener.notify(Txn txn,
TxnEvent e)
Notifies that a certain TxnEvent happened inside a Txn. |
| Uses of TxnEvent in org.multiverse.stms.gamma.transactions |
|---|
| Methods in org.multiverse.stms.gamma.transactions with parameters of type TxnEvent | |
|---|---|
protected void |
GammaTxn.notifyListeners(TxnEvent event)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||