810811812813814815816817
* NotificationType * @param text * the message. */ public void sendPrivateText(final NotificationType type, final String text) { addEvent(new PrivateTextEvent(type, text)); this.notifyWorldAboutChanges(); }