|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILogEventModelMutator
The ILogEventModelMutator
interface is a used for notifying
the IMutatorListeners. All the actions that changes/mutates LogEventModel
should implement this
Field Summary | |
---|---|
static int |
FAILURE
|
static int |
NON_TAILING_MUTATOR
Constants to identify the type of the mutator |
static int |
SUCCESS
Constants for Info flags reported at the end of mutating the model |
static int |
TAILING_MUTATOR
|
Method Summary | |
---|---|
void |
addMutatorListener(IMutatorListener mutatorListener)
Adds the specified MutatorListener |
void |
removeMutatorListener(IMutatorListener mutatorListener)
Removes the specified MutatorListener |
Field Detail |
---|
static final int NON_TAILING_MUTATOR
static final int TAILING_MUTATOR
static final int SUCCESS
static final int FAILURE
Method Detail |
---|
void addMutatorListener(IMutatorListener mutatorListener)
mutatorListener
- the IMutatorListener to addvoid removeMutatorListener(IMutatorListener mutatorListener)
mutatorListener
- the MutatorListener to remove
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |