added a subscription resolved method

cusax-fix
Emil Ivov 20 years ago
parent 223b0b925c
commit 84c0a945d5

@ -56,4 +56,12 @@ public interface SubscriptionListener
* and new parents as well as a ref to the source contact.
*/
public void subscriptionMoved(SubscriptionMovedEvent evt);
/**
* Indicates that a subscription has been successfully resolved and that
* the server has acknowledged taking it into account.
* @param evt the SubscriptionEvent containing the source contact
*/
public void subscriptionResolved(SubscriptionEvent evt);
}

Loading…
Cancel
Save