com.googlecode.jpattern.service.log.event
Interface IEvent

All Superinterfaces:
Serializable
All Known Implementing Classes:
AEvent, DebugEvent, ErrorEvent, InfoEvent, TraceEvent, WarnEvent

public interface IEvent
extends Serializable

Author:
Francesco Cina' 09/apr/2010

Method Summary
 void acceptITrigger(ITrigger trigger)
           
 void addIgnoredPath(String classpath)
           
 void execute(IExecutor executor)
           
 void fire()
           
 String getName()
           
 boolean isIgnoredPath(String classpath)
           
 void removeIgnoredPath(String classpath)
           
 

Method Detail

fire

void fire()

execute

void execute(IExecutor executor)

acceptITrigger

void acceptITrigger(ITrigger trigger)

getName

String getName()

addIgnoredPath

void addIgnoredPath(String classpath)

removeIgnoredPath

void removeIgnoredPath(String classpath)

isIgnoredPath

boolean isIgnoredPath(String classpath)


Copyright © 2011. All Rights Reserved.