alice.tuprolog.event
Class WarningEvent

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

public class WarningEvent
extends java.util.EventObject

This class defines an event defining a warning emitted by a prolog engine

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
WarningEvent(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

WarningEvent

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

getMsg

public java.lang.String getMsg()