Class net.user1.orbiter.AttributeCollection
- Extends net.user1.events.EventDispatcher
The AttributeCollection class dispatches the following events:
To register for events, use net.user1.events.EventDispatcher#addEventListener.Methods
contains(name, scope)
|
|
getAll()
|
|
getAttribute(attrName, attrScope)
|
|
getAttributesNamesForScope(scope)
|
|
getByScope(scope)
|
|
- Inherited Methods
- from net.user1.events.EventDispatcher:
- addEventListener()
- dispatchEvent()
- getListeners()
- hasListener()
- removeEventListener()
- toString()