You are currently viewing a snapshot of www.mozilla.org taken on April 21, 2008. Most of this content is highly out of date (some pages haven't been updated since the project began in 1998) and exists for historical purposes only. If there are any pages on this archive site that you think should be added back to www.mozilla.org, please file a bug.



All Packages  This Package  Class Hierarchy  Class Search  Index

Class grendel.widgets.StatusEvent

java.lang.Object
   |
   +----java.util.EventObject
           |
           +----grendel.widgets.StatusEvent

Class for passing status messages to listeners


public class  StatusEvent
     extends java.util.EventObject
{
          // Fields 1
     String fStatus;

          // Constructors 2
     public StatusEvent(Object, String);
     public StatusEvent(Object, String, boolean);

          // Methods 1
     public final String getStatus();
}



Fields


fStatus

   String fStatus



Constructors


StatusEvent

   public StatusEvent(Object aSource, 
                      String aStatus) 

Creates a status event with the given status. The string is not copied for efficiency, use StatusEvent(Object aSource, String aStatus , boolean aCopy) for a constructor that copies the string.



StatusEvent

   public StatusEvent(Object aSource, 
                      String aStatus, 
                      boolean aCopy) 

Creates a status event with the given string. If aCopy is true, a copy of the status string is stored.




Methods


getStatus

   public final String getStatus() 

Returns:
The status string for this event.


All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4