Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jabber.jabberbeans
Class RosterAdapter  view RosterAdapter download RosterAdapter.java

java.lang.Object
  extended byorg.jabber.jabberbeans.RosterAdapter

public abstract class RosterAdapter
extends java.lang.Object

RosterAdapter is an abstract class you can extend to get any roster changes as notifications to your code.

Version:
$Revision: 1.1 $

Constructor Summary
RosterAdapter()
           
 
Method Summary
 void changedRoster(IQRosterExtension r)
           
 void ReplacedRoster(IQRosterExtension r)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RosterAdapter

public RosterAdapter()
Method Detail

changedRoster

public void changedRoster(IQRosterExtension r)

ReplacedRoster

public void ReplacedRoster(IQRosterExtension r)