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 TheoryListener
public void libraryLoaded(LibraryEvent e)
libraryLoaded
in interface LibraryListener
public void libraryUnloaded(LibraryEvent e)
libraryUnloaded
in interface LibraryListener
public void newQueryResultAvailable(QueryEvent e)
newQueryResultAvailable
in interface QueryListener
Copyright © 2015. All rights reserved.