com.googlecode.jpattern.service.log.event
Class AEvent

java.lang.Object
  extended by com.googlecode.jpattern.service.log.event.AEvent
All Implemented Interfaces:
IEvent, Serializable
Direct Known Subclasses:
DebugEvent, ErrorEvent, InfoEvent, TraceEvent, WarnEvent

public abstract class AEvent
extends Object
implements IEvent

Author:
Francesco Cina' 09/apr/2010
See Also:
Serialized Form

Constructor Summary
AEvent(String name)
           
 
Method Summary
 void acceptITrigger(ITrigger trigger)
           
 void addIgnoredPath(String classpath)
           
abstract  void execute(IExecutor executor)
           
 void fire()
           
 String getName()
           
 boolean isIgnoredPath(String classpath)
           
 void removeIgnoredPath(String classpath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AEvent

public AEvent(String name)
Method Detail

execute

public abstract void execute(IExecutor executor)
Specified by:
execute in interface IEvent

fire

public void fire()
Specified by:
fire in interface IEvent

acceptITrigger

public void acceptITrigger(ITrigger trigger)
Specified by:
acceptITrigger in interface IEvent

getName

public String getName()
Specified by:
getName in interface IEvent

addIgnoredPath

public void addIgnoredPath(String classpath)
Specified by:
addIgnoredPath in interface IEvent

removeIgnoredPath

public void removeIgnoredPath(String classpath)
Specified by:
removeIgnoredPath in interface IEvent

isIgnoredPath

public boolean isIgnoredPath(String classpath)
Specified by:
isIgnoredPath in interface IEvent


Copyright © 2011. All Rights Reserved.