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

java.lang.Object
  extended by com.googlecode.jpattern.service.log.event.AEvent
      extended by com.googlecode.jpattern.service.log.event.ErrorEvent
All Implemented Interfaces:
IEvent, Serializable

public class ErrorEvent
extends AEvent

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

Field Summary
static String EVENT_NAME
           
 
Constructor Summary
ErrorEvent()
           
 
Method Summary
 void execute(IExecutor executor)
           
 void fireMessage(MessageException message)
           
 MessageException getMessage()
           
 
Methods inherited from class com.googlecode.jpattern.service.log.event.AEvent
acceptITrigger, addIgnoredPath, fire, getName, isIgnoredPath, removeIgnoredPath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EVENT_NAME

public static String EVENT_NAME
Constructor Detail

ErrorEvent

public ErrorEvent()
Method Detail

execute

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

getMessage

public MessageException getMessage()

fireMessage

public void fireMessage(MessageException message)


Copyright © 2011. All Rights Reserved.