public class TerminationEvent extends CVSEvent
| Constructor and Description |
|---|
TerminationEvent(java.lang.Object source)
Construct a MessageEvent with no message text
|
TerminationEvent(java.lang.Object source,
boolean isError)
Construct a MessageEvent
|
public TerminationEvent(java.lang.Object source,
boolean isError)
source - the source of the eventmessage - the message textisError - true if the message is an error message (i.e. intended
for stderr rather than stdout), false otherwisepublic TerminationEvent(java.lang.Object source)
source - the source of the event