public interface IMessage
AbstractGanttChart.addMessage(IMessage),
IMessageListener| Modifier and Type | Method and Description |
|---|---|
Object |
getMessageDetails()
Returns an object that contains some more details about the message.
|
String |
getMessageText()
Returns the text that will be displayed to the user.
|
Date |
getMessageTime()
Returns the time stamp when the message occured.
|
MessageTypeId |
getMessageTypeId()
Returns the type of the message (information, warning, error).
|
MessageTypeId getMessageTypeId()
String getMessageText()
Object getMessageDetails()
Throwable. The return type is this
generic in order to support different kinds of detailed information in
the future that can not be foreseen, yet.Date getMessageTime()
Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.