public interface StoreHistoryInterface extends ObtainHistoryInterface
| Modifier and Type | Method and Description |
|---|---|
void |
addEvent(java.util.Date date,
java.lang.String message)
Adds a new event at the indicated date with the specificed message.
|
void |
addEvent(HistoricalEventInterface event)
Adds a new event as an instance of an HistoricalEventInterface.
|
void |
addEvent(java.lang.String message)
Adds a new event at the time this method is called with the specified message.
|
getHistory, getHistoryAsStringvoid addEvent(java.lang.String message)
message - the messagevoid addEvent(java.util.Date date,
java.lang.String message)
date - the datemessage - the messagevoid addEvent(HistoricalEventInterface event)
event - the event