public class PubSubEvent extends EventObject
source| Constructor and Description |
|---|
PubSubEvent(Object source)
Constructs a prototypical Event.
|
| Modifier and Type | Method and Description |
|---|---|
List<Item> |
getItems() |
String |
getNode() |
getSource, toStringpublic PubSubEvent(Object source)
source - The object on which the Event initially occurred.IllegalArgumentException - if source is null.Copyright © 2014 XMPP.rocks. All rights reserved.