com.anthonyeden.lib.event
Class StatusEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bycom.anthonyeden.lib.event.StatusEvent
All Implemented Interfaces:
java.io.Serializable

public class StatusEvent
extends java.util.EventObject

Status event.

Author:
Anthony Eden
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
StatusEvent(java.lang.Object source, java.lang.String status)
          Construct a new StautsEvent.
 
Method Summary
 java.lang.String getStatus()
          Get the status String.
 
Methods inherited from class java.util.EventObject
getSource, 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.Object source,
                   java.lang.String status)
Construct a new StautsEvent.

Parameters:
source - The source Object
status - The status String
Method Detail

getStatus

public java.lang.String getStatus()
Get the status String.

Returns:
The status String


Copyright (c) 2000-2003 Anthony Eden. All Rights Reserved.