org.apache.commons.latka.event
Class ReportMessageEvent

java.lang.Object
  extended by org.apache.commons.latka.event.ReportMessageEvent
All Implemented Interfaces:
LatkaEvent

public class ReportMessageEvent
extends Object
implements LatkaEvent

An event detailing a report message

Version:
$Id: ReportMessageEvent.java 155424 2005-02-26 13:09:29Z dirkv $
Author:
Morgan Delagrange, dIon Gillard

Constructor Summary
ReportMessageEvent(String message)
          Create a new instance of the class with the supplied message
 
Method Summary
 String getMessage()
          The message text of the event
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportMessageEvent

public ReportMessageEvent(String message)
Create a new instance of the class with the supplied message

Parameters:
message - the message text
Method Detail

getMessage

public String getMessage()
The message text of the event

Returns:
the text of the message for the event


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.