|
|||||||||
Home >> All >> alice >> [ tuprolog overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
alice.tuprolog
Class OutputEvent

java.lang.Objectjava.util.EventObject
alice.tuprolog.OutputEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class OutputEvent
- extends java.util.EventObject
output event (after a write operation, for instance) generated by prolog core
Field Summary | |
private java.lang.String |
msg
text produced |
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 |
Field Detail |
msg
private java.lang.String msg
- text produced
Constructor Detail |
OutputEvent
public OutputEvent(java.lang.Object source, java.lang.String msg_)
Method Detail |
getMsg
public java.lang.String getMsg()
|
|||||||||
Home >> All >> alice >> [ tuprolog overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |