- All Superinterfaces:
- GradleUIInteractionVersion1
public interface DualPaneUIInteractionVersion1
extends GradleUIInteractionVersion1
This interface holds onto our options and allows us to interact with the
caller. This is meant to interact with the Gradle UI across class loader
and version boundaries. That is, the open API has a single entry point
that shouldn't change across versions. New interfaces can be expected, but
we'll always allow 'version1'. This is to provide backward/forward compatibility.
- Author:
- mhunsicker