public class AdapterEvent extends IlEventObject
Modifier and Type | Class and Description |
---|---|
static class |
AdapterEvent.Type
Event types.
|
source
Constructor and Description |
---|
AdapterEvent(IlEventType type,
IlpAbstractAdapter adapter,
IlpRepresentationObject representationObject)
Constructor for add/remove events.
|
AdapterEvent(IlEventType type,
IlpAbstractAdapter adapter,
List<IlpRepresentationObject> representationObjects)
Constructor for add/remove events.
|
Modifier and Type | Method and Description |
---|---|
List<IlpRepresentationObject> |
getRepresentationObjects()
Returns the
IlpRepresentationObject instances that have been created or removed. |
getType
getSource, toString
public AdapterEvent(IlEventType type, IlpAbstractAdapter adapter, List<IlpRepresentationObject> representationObjects)
type
- Event typeadapter
- Adapter that is being modifiedrepresentationObjects
- List of objects that have been added or removedpublic AdapterEvent(IlEventType type, IlpAbstractAdapter adapter, IlpRepresentationObject representationObject)
type
- Event typeadapter
- Adapter that is being modifiedrepresentationObject
- Object that has been added or removedpublic List<IlpRepresentationObject> getRepresentationObjects()
IlpRepresentationObject
instances that have been created or removed.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.