alice.tuprolog
Class PrologEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byalice.tuprolog.PrologEvent
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
LibraryEvent, QueryEvent, TheoryEvent

public abstract class PrologEvent
extends java.util.EventObject

Base class for engine event

Since:
1.3
See Also:
Serialized Form

Constructor Summary
PrologEvent(Prolog source)
           
 
Method Summary
 long getTime()
          Gets the VM time of event occurrence.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PrologEvent

public PrologEvent(Prolog source)
Method Detail

getTime

public long getTime()
Gets the VM time of event occurrence.

Returns:
time in millis


DEIS, Universita' di Bologna, Sede di Cesena