IP*Works! V9

ipworks
Interface XmppEventListener

All Superinterfaces:
java.util.EventListener

public interface XmppEventListener
extends java.util.EventListener

Event listener for the "Xmpp Class".


Method Summary
 void buddyUpdate(XmppBuddyUpdateEvent e)
           
 void connected(XmppConnectedEvent e)
           
 void connectionStatus(XmppConnectionStatusEvent e)
           
 void disconnected(XmppDisconnectedEvent e)
           
 void endTransfer(XmppEndTransferEvent e)
           
 void error(XmppErrorEvent e)
           
 void IQ(XmppIQEvent e)
           
 void messageIn(XmppMessageInEvent e)
           
 void PITrail(XmppPITrailEvent e)
           
 void presence(XmppPresenceEvent e)
           
 void readyToSend(XmppReadyToSendEvent e)
           
 void startTransfer(XmppStartTransferEvent e)
           
 void subscriptionRequest(XmppSubscriptionRequestEvent e)
           
 void sync(XmppSyncEvent e)
           
 void transfer(XmppTransferEvent e)
           
 

Method Detail

buddyUpdate

void buddyUpdate(XmppBuddyUpdateEvent e)

connected

void connected(XmppConnectedEvent e)

connectionStatus

void connectionStatus(XmppConnectionStatusEvent e)

disconnected

void disconnected(XmppDisconnectedEvent e)

endTransfer

void endTransfer(XmppEndTransferEvent e)

error

void error(XmppErrorEvent e)

IQ

void IQ(XmppIQEvent e)

messageIn

void messageIn(XmppMessageInEvent e)

PITrail

void PITrail(XmppPITrailEvent e)

presence

void presence(XmppPresenceEvent e)

readyToSend

void readyToSend(XmppReadyToSendEvent e)

startTransfer

void startTransfer(XmppStartTransferEvent e)

subscriptionRequest

void subscriptionRequest(XmppSubscriptionRequestEvent e)

sync

void sync(XmppSyncEvent e)

transfer

void transfer(XmppTransferEvent e)

IP*Works! V9

Copyright (c) 2013 /n software inc. - All rights reserved.