public class SuperiorObjectClassesChangedEvent extends Object
org.opends.guitools.controlpanel.components.SuperiorObjectClassesEditor
class. It is linked to the SuperiorObjectClassesChangedListener
interface.Constructor and Description |
---|
SuperiorObjectClassesChangedEvent(Object source,
Set<ObjectClass> newObjectClasses)
Constructor of the event.
|
Modifier and Type | Method and Description |
---|---|
Set<ObjectClass> |
getNewObjectClasses()
Returns the new superior object classes.
|
Object |
getSource()
Returns the source of the object.
|
public SuperiorObjectClassesChangedEvent(Object source, Set<ObjectClass> newObjectClasses)
source
- the source of the event.newObjectClasses
- the set of new superior object classes.public Object getSource()
public Set<ObjectClass> getNewObjectClasses()
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.