com.mindtree.techworks.insight.model
Interface ILogEventModelMutator

All Known Implementing Classes:
AbstractReceiver, EventSearchProvider, FileStreamReceiver, FilterProvider, RemoteProtocolStreamReceiver

public interface ILogEventModelMutator

The ILogEventModelMutator interface is a used for notifying the IMutatorListeners. All the actions that changes/mutates LogEventModel should implement this

Version:
1.0, 05/03/04
Author:
Antony Pulicken

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

NON_TAILING_MUTATOR

static final int NON_TAILING_MUTATOR
Constants to identify the type of the mutator

See Also:
Constant Field Values

TAILING_MUTATOR

static final int TAILING_MUTATOR
See Also:
Constant Field Values

SUCCESS

static final int SUCCESS
Constants for Info flags reported at the end of mutating the model

See Also:
Constant Field Values

FAILURE

static final int FAILURE
See Also:
Constant Field Values
Method Detail

addMutatorListener

void addMutatorListener(IMutatorListener mutatorListener)
Adds the specified MutatorListener

Parameters:
mutatorListener - the IMutatorListener to add

removeMutatorListener

void removeMutatorListener(IMutatorListener mutatorListener)
Removes the specified MutatorListener

Parameters:
mutatorListener - the MutatorListener to remove


Copyright © 2003-2008 MindTree Consulting Ltd.. All Rights Reserved.