Uses of Class
i3mclient.discussion.HistoryElement

Packages that use HistoryElement
i3mclient.discussion   
 

Uses of HistoryElement in i3mclient.discussion
 

Methods in i3mclient.discussion with parameters of type HistoryElement
 void HistoryPanel.addHistoryElement(HistoryElement newElement)
          Add a text to history.
 void DiscussionListener.historyElementAdded(HistoryElement historyElement)
          Called if a new line was added to history.
 void DiscussionGUI.historyElementAdded(HistoryElement historyElement)