Package | Description |
---|---|
alice.tuprolog | |
alice.tuprolog.event | |
alice.tuprologx.ide |
Modifier and Type | Method and Description |
---|---|
protected void |
Prolog.notifyNewQueryResultAvailable(QueryEvent e)
Notifies a library loaded event
|
Modifier and Type | Method and Description |
---|---|
void |
QueryListener.newQueryResultAvailable(QueryEvent e) |
void |
PrologEventListener.newQueryResultAvailable(QueryEvent e) |
void |
PrologEventAdapter.newQueryResultAvailable(QueryEvent e) |
Modifier and Type | Method and Description |
---|---|
QueryEvent[] |
InformationToDisplayEvent.getQueryResults() |
Modifier and Type | Method and Description |
---|---|
void |
ConsoleManager.newQueryResultAvailable(QueryEvent event) |
Constructor and Description |
---|
InformationToDisplayEvent(Prolog source,
ArrayList<QueryEvent> queryEventList,
int solveType) |