alice.tuprolog.event
Interface PrologEventListener

All Superinterfaces:
java.util.EventListener

public interface PrologEventListener
extends java.util.EventListener

Listener for Prolog events

Since:
1.3

Method Summary
 void libraryLoaded(LibraryEvent e)
           
 void libraryUnloaded(LibraryEvent e)
           
 void newQueryResultAvailable(QueryEvent e)
           
 void theoryChanged(TheoryEvent e)
           
 

Method Detail

theoryChanged

public void theoryChanged(TheoryEvent e)

libraryLoaded

public void libraryLoaded(LibraryEvent e)

libraryUnloaded

public void libraryUnloaded(LibraryEvent e)

newQueryResultAvailable

public void newQueryResultAvailable(QueryEvent e)