BasicMessageList
provides a very simple implementation of a message-list, based on a Vector
, which should be sufficient for normal applications.
Essentially the BasicMessageList
works as a facade for matching the Vector's interface to the MessageList
interface.
|
|