public class UpdateEvent extends TaskEvent
| Constructor and Description | 
|---|
UpdateEvent(Task source, java.lang.String[] message)
An array of messages (possibly null) can be propagated via the update. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String[] | 
getMessage()
Retreive the message from the update. 
 | 
public UpdateEvent(Task source, java.lang.String[] message)
source - task which generated this messagemessage - implementation dependent array of messages (can be null)