com.googlecode.jpattern.service.log.event
Class AEvent
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AEvent
public AEvent(String name)
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.