public class StringTaskEvent extends AbstractTaskEvent
| Constructor and Description |
|---|
StringTaskEvent()
The default constructor implementation.
|
StringTaskEvent(String message)
Constructs a new string task event with the given string message.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getString()
Returns the stored string.
|
int |
hashCode() |
void |
read(DataInputView in) |
void |
write(DataOutputView out) |
public StringTaskEvent()
public StringTaskEvent(String message)
message - the string message that shall be stored in this eventpublic String getString()
null if no string is setpublic void write(DataOutputView out) throws IOException
IOExceptionpublic void read(DataInputView in) throws IOException
IOExceptionCopyright © 2015 The Apache Software Foundation. All rights reserved.