public interface ObjectLogBuilder
Clients may implement this interface.
OperationContext.setObjectLogBuilder(org.eclipse.emf.ecore.EPackage, ObjectLogBuilder)
Modifier and Type | Method and Description |
---|---|
void |
build(EObject object,
ObjectLogRequestor requestor)
Computes the presentation information for the specified element.
|
void build(EObject object, ObjectLogRequestor requestor)
object
- the element for which presentation is to determine.requestor
- the requestor to notify of relevant presentation information.