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
-
AttrEvent(AttrBundle, Attribute)
- Construct an AttrEvent.
-
getAttr()
- Accessor for the Attribute that was added, changed, or removed.
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.
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