Uses of Interface
net.officefloor.compile.spi.office.CompletionExplorer
-
Packages that use CompletionExplorer Package Description net.officefloor.compile.impl.structure net.officefloor.compile.spi.office -
-
Uses of CompletionExplorer in net.officefloor.compile.impl.structure
Methods in net.officefloor.compile.impl.structure with parameters of type CompletionExplorer Modifier and Type Method Description void
OfficeNodeImpl. addOfficeCompletionExplorer(CompletionExplorer completionExplorer)
-
Uses of CompletionExplorer in net.officefloor.compile.spi.office
Methods in net.officefloor.compile.spi.office with parameters of type CompletionExplorer Modifier and Type Method Description void
OfficeArchitect. addOfficeCompletionExplorer(CompletionExplorer completionExplorer)
Adds aCompletionExplorer
to be notified of completion of exploring the execution tree.
-