net.mlw.gfw.ext.basic.event
Class StatusEvent

java.lang.Object
  |
  +--net.mlw.gfw.ext.basic.event.StatusEvent
All Implemented Interfaces:
Event, java.io.Serializable
Direct Known Subclasses:
ErrorEvent

public class StatusEvent
extends java.lang.Object
implements Event

Version:
$Revision: 1.2 $ $Date: 2004/06/29 20:32:55 $
Author:
Matthew L. Wilson
See Also:
Serialized Form

Constructor Summary
StatusEvent(java.lang.String title, java.lang.String message)
           
 
Method Summary
 java.lang.String getMessage()
           
 java.lang.String getTitle()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StatusEvent

public StatusEvent(java.lang.String title,
                   java.lang.String message)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
See Also:
Object.toString()

getMessage

public java.lang.String getMessage()
Returns:
Returns the message.

getTitle

public java.lang.String getTitle()
Returns:
Returns the title.


Copyright © 2003-2004 mlavilson. All Rights Reserved.