|
Wildfire 3.1.1 Javadoc | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ComponentEventListener
Interface to listen for component events. Use the
InternalComponentManager.addListener(ComponentEventListener)
method to register for events.
| Method Summary | |
|---|---|
void |
componentInfoReceived(Component component,
IQ iq)
The server has received a disco#info response from the component. |
void |
componentRegistered(Component component,
JID componentJID)
A component was registered with the Component Manager. |
void |
componentUnregistered(Component component,
JID componentJID)
A component was removed. |
| Method Detail |
|---|
void componentRegistered(Component component,
JID componentJID)
component - the newly added component.componentJID - address where the component can be located (e.g. search.myserver.com)
void componentUnregistered(Component component,
JID componentJID)
component - the removed component.componentJID - address where the component was located (e.g. search.myserver.com)
void componentInfoReceived(Component component,
IQ iq)
component - the component that answered the disco#info request.iq - the IQ packet with the disco#info sent by the component.
|
Wildfire 3.1.1 Javadoc | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||