public abstract class PrologEventAdapter extends Object implements TheoryListener, QueryListener, LibraryListener
| Constructor and Description | 
|---|
PrologEventAdapter()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
libraryLoaded(LibraryEvent e)  | 
void | 
libraryUnloaded(LibraryEvent e)  | 
void | 
newQueryResultAvailable(QueryEvent e)  | 
void | 
theoryChanged(TheoryEvent e)  | 
public void theoryChanged(TheoryEvent e)
theoryChanged in interface TheoryListenerpublic void libraryLoaded(LibraryEvent e)
libraryLoaded in interface LibraryListenerpublic void libraryUnloaded(LibraryEvent e)
libraryUnloaded in interface LibraryListenerpublic void newQueryResultAvailable(QueryEvent e)
newQueryResultAvailable in interface QueryListenerCopyright © 2015. All rights reserved.