Uses of Interface
org.projog.core.event.ProjogListener
Packages that use ProjogListener
Package
Description
Provides a programming interface for Java applications to interact with Projog.
Provides a mechanism for objects to notify and be notified of events.
-
Uses of ProjogListener in org.projog.api
Methods in org.projog.api with parameters of type ProjogListenerModifier and TypeMethodDescriptionvoidProjog.addListener(ProjogListener listener) Registers anProjogListenerto receive notifications of events generated during the evaluation of Prolog goals.Constructors in org.projog.api with parameters of type ProjogListenerModifierConstructorDescriptionProjog(ProjogListener... listeners) Projog(ProjogProperties projogProperties, ProjogListener... listeners) Constructs a newProjogobject with the specifiedProjogPropertiesandProjogListeners. -
Uses of ProjogListener in org.projog.core.event
Classes in org.projog.core.event that implement ProjogListenerFields in org.projog.core.event with type parameters of type ProjogListenerMethods in org.projog.core.event with parameters of type ProjogListenerModifier and TypeMethodDescriptionbooleanProjogListeners.addListener(ProjogListener listener) Adds a listener to the set of listeners.booleanProjogListeners.deleteListener(ProjogListener listener) Deletes an observer from the set of observers of this objects internalObservable.