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

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

public class ErrorEvent
extends StatusEvent

Author:
mwilson TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments
See Also:
Serialized Form

Constructor Summary
ErrorEvent(java.lang.String title, java.lang.String message)
           
 
Methods inherited from class net.mlw.gfw.ext.basic.event.StatusEvent
getMessage, getTitle, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ErrorEvent

public ErrorEvent(java.lang.String title,
                  java.lang.String message)
Parameters:
title -
message -


Copyright © 2003-2004 mlavilson. All Rights Reserved.