Interface ChatObserver
-
- All Known Implementing Classes:
ChatMessagesPanel
public interface ChatObserver
Definition of a generic observer on chat's events.- Since:
- 8.0.1
- Author:
- Marco Meschieri - LogicalDOC
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onMessage(long id, Date date, String username, String message)
-