alice.tuprolog.event
Class QueryEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byalice.tuprolog.event.PrologEvent
          extended byalice.tuprolog.event.QueryEvent
All Implemented Interfaces:
java.io.Serializable

public class QueryEvent
extends PrologEvent

This class represents events concerning query management.

Since:
1.3
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
QueryEvent(Prolog source, SolveInfo info)
           
 
Method Summary
 SolveInfo getSolveInfo()
          Gets information about the query result.
 
Methods inherited from class alice.tuprolog.event.PrologEvent
getTime
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QueryEvent

public QueryEvent(Prolog source,
                  SolveInfo info)
Method Detail

getSolveInfo

public SolveInfo getSolveInfo()
Gets information about the query result.

Returns:
solve info