public interface HistoricalEventInterface
| Modifier and Type | Method and Description |
|---|---|
java.util.Date |
getDate()
Returns the date the historical event was produced.
|
java.lang.String |
getMessage()
Return the text message for this historical event.
|
java.lang.String |
toString()
Returns a text representation of the entire event including all the information available.
|
java.lang.String getMessage()
java.util.Date getDate()
java.lang.String toString()
toString in class java.lang.Object