public interface SatisfiableRecipe extends Recipe
Modifier and Type | Interface and Description |
---|---|
static interface |
SatisfiableRecipe.SatisfactionListener
A listener that will be notified when the constraint satisfaction changes.
|
Modifier and Type | Method and Description |
---|---|
String |
getOsgiFilter() |
boolean |
isSatisfied() |
void |
start(SatisfiableRecipe.SatisfactionListener listener) |
void |
stop() |
create, destroy, getConstructorDependencies, getDependencies, getName
void start(SatisfiableRecipe.SatisfactionListener listener)
void stop()
boolean isSatisfied()
String getOsgiFilter()
Copyright © 2015. All rights reserved.