alice.tuprolog
Class WarningEvent

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

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
equals, 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()


DEIS, Universita' di Bologna, Sede di Cesena