dermi.listener
Interface ConnectionListener


public interface ConnectionListener

Interface used for subscribing to publisher remote events

Version:
1.2
Author:
Ruben Mondejar, Carles Pairot

Method Summary
 void publisherClosed()
          Upcall method executed when the remote publisher disconnects from the event server
 void publisherCrashed()
          Upcall method executed when the remote publisher unexpectedly becomes unavailable
 void publisherUnsubscribed()
          Upcall method executed when the remote publisher unsubscribes from a determinate topic
 

Method Detail

publisherUnsubscribed

void publisherUnsubscribed()
Upcall method executed when the remote publisher unsubscribes from a determinate topic


publisherClosed

void publisherClosed()
Upcall method executed when the remote publisher disconnects from the event server


publisherCrashed

void publisherCrashed()
Upcall method executed when the remote publisher unexpectedly becomes unavailable