alice.tuprolog.event
Class OutputEvent

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

public class OutputEvent
extends java.util.EventObject

This class defines an output event (after a write operation, for instance) generated by the prolog core

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
OutputEvent(java.lang.Object source, java.lang.String msg_)
           
 
Method Summary
 java.lang.String getMsg()
           
 
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

OutputEvent

public OutputEvent(java.lang.Object source,
                   java.lang.String msg_)
Method Detail

getMsg

public java.lang.String getMsg()