alice.tuprolog.event
Class PrologEventAdapter

java.lang.Object
  extended byalice.tuprolog.event.PrologEventAdapter
All Implemented Interfaces:
java.util.EventListener, LibraryListener, QueryListener, TheoryListener

public abstract class PrologEventAdapter
extends java.lang.Object
implements TheoryListener, QueryListener, LibraryListener

Author:
aricci

Constructor Summary
PrologEventAdapter()
           
 
Method Summary
 void libraryLoaded(LibraryEvent e)
           
 void libraryUnloaded(LibraryEvent e)
           
 void newQueryResultAvailable(QueryEvent e)
           
 void theoryChanged(TheoryEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrologEventAdapter

public PrologEventAdapter()
Method Detail

theoryChanged

public void theoryChanged(TheoryEvent e)
Specified by:
theoryChanged in interface TheoryListener

libraryLoaded

public void libraryLoaded(LibraryEvent e)
Specified by:
libraryLoaded in interface LibraryListener

libraryUnloaded

public void libraryUnloaded(LibraryEvent e)
Specified by:
libraryUnloaded in interface LibraryListener

newQueryResultAvailable

public void newQueryResultAvailable(QueryEvent e)
Specified by:
newQueryResultAvailable in interface QueryListener