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

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

public class InfoEvent
extends AEvent

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

Field Summary
static String EVENT_NAME
           
 
Constructor Summary
InfoEvent()
           
 
Method Summary
 void execute(IExecutor executor)
           
 void fireMessage(IMessage message)
           
 IMessage 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

InfoEvent

public InfoEvent()
Method Detail

execute

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

getMessage

public IMessage getMessage()

fireMessage

public void fireMessage(IMessage message)


Copyright © 2011. All Rights Reserved.