Interface TraceFocusScope

All Superinterfaces:
TraceObjectInterface
All Known Implementing Classes:
DBTraceObjectFocusScope

public interface TraceFocusScope extends TraceObjectInterface
An object having a designated "focus"

Focus is usually communicated via various UI hints, but also semantically implies that actions taken within this scope apply to the focused object. The least confusing option is to implement this at the root, but that need not always be the case.

If this is present, it must be on the root object.