Uses of Interface
net.sourceforge.jxa.XmppListener

Packages that use XmppListener
net.sourceforge.jxa This package contains the XML-Reader and XML-Writer Class, the JXA API Class to communicate with a jabber server and the XmppListener Interface to get events. 
thinkAlike   
 

Uses of XmppListener in net.sourceforge.jxa
 

Methods in net.sourceforge.jxa with parameters of type XmppListener
 void Jxa.addListener(XmppListener xl)
          Add a XmppListener to listen for events.
 void Jxa.removeListener(XmppListener xl)
          Remove a XmppListener from this class.
 

Uses of XmppListener in thinkAlike
 

Classes in thinkAlike that implement XmppListener
 class ProgramControl
          This class handels all the logic of the application.