public final class SubjectChangeEvent extends EventObject
| Modifier and Type | Method and Description |
|---|---|
Instant |
getDate()
Gets the date, when the message was sent.
|
String |
getNickname()
Gets the nickname who changed the subject.
|
String |
getSubject()
Gets the new subject.
|
boolean |
isDelayed()
Indicates, if the subject change is delayed.
|
getSource, toStringpublic String getSubject()
public Instant getDate()
public String getNickname()
public boolean isDelayed()
Copyright © 2014–2016 XMPP.rocks. All rights reserved.