alice.tuprolog.event
Class PrologEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byalice.tuprolog.event.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

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
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
clone, equals, finalize, 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