GNU Prolog for Java

gnu.prolog.database
Interface PredicateListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
Environment

public interface PredicateListener
extends EventListener

listenr to changes with predicates in this module


Method Summary
 void predicateUpdated(PredicateUpdatedEvent evt)
           
 

Method Detail

predicateUpdated

void predicateUpdated(PredicateUpdatedEvent evt)

GNU Prolog for Java