public static class PublishItemModule.ItemPublishedHandler.ItemPublishedEvent extends Event<PublishItemModule.ItemPublishedHandler>
| Modifier and Type | Field and Description |
|---|---|
static EventType<PublishItemModule.ItemPublishedHandler> |
TYPE |
| Constructor and Description |
|---|
PublishItemModule.ItemPublishedHandler.ItemPublishedEvent(tigase.xmpp.BareJID serviceJID,
String node,
Collection<tigase.xml.Element> items) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(PublishItemModule.ItemPublishedHandler handler) |
Collection<tigase.xml.Element> |
getItems() |
String |
getNode() |
tigase.xmpp.BareJID |
getServiceJID() |
public static final EventType<PublishItemModule.ItemPublishedHandler> TYPE
public PublishItemModule.ItemPublishedHandler.ItemPublishedEvent(tigase.xmpp.BareJID serviceJID,
String node,
Collection<tigase.xml.Element> items)
protected void dispatch(PublishItemModule.ItemPublishedHandler handler)
dispatch in class Event<PublishItemModule.ItemPublishedHandler>public Collection<tigase.xml.Element> getItems()
public String getNode()
public tigase.xmpp.BareJID getServiceJID()
Copyright © 2008–2015 Tigase. All rights reserved.