All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sgi.sysadm.util.AttrEvent

java.lang.Object
   |
   +----java.util.EventObject
           |
           +----com.sgi.sysadm.util.AttrEvent

public class AttrEvent
extends EventObject
AttrEvent is sent to AttrListeners to notify them that an Attribute has been added to, changed in, or removed from an AttrBundle.

See Also:
AttrBundle, AttrListener

Constructor Index

 o AttrEvent(AttrBundle, Attribute)
Construct an AttrEvent.

Method Index

 o getAttr()
Accessor for the Attribute that was added, changed, or removed.

Constructors

 o AttrEvent
 public AttrEvent(AttrBundle source,
                  Attribute attr)
Construct an AttrEvent.

Parameters:
source - the AttrBundle this attribute belongs to.
attr - the Attribute that was added, changed, or removed.

Methods

 o getAttr
 public Attribute getAttr()
Accessor for the Attribute that was added, changed, or removed.

Returns:
the attribute that was added, changed, or removed.

All Packages  Class Hierarchy  This Package  Previous  Next  Index