Package | Description |
---|---|
org.eclipse.e4.core.di.suppliers |
Application programming interfaces for dependency injection object suppliers.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
PrimaryObjectSupplier.get(IObjectDescriptor[] descriptors,
Object[] actualValues,
IRequestor requestor,
boolean initial,
boolean track,
boolean group)
This method is called by the dependency injection mechanism to obtain objects corresponding
to the object descriptors.
|
abstract Object |
ExtendedObjectSupplier.get(IObjectDescriptor descriptor,
IRequestor requestor,
boolean track,
boolean group)
This method is called by the dependency injection mechanism to obtain an object corresponding
to the object descriptor.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.