org.ifeth.sehr.client.api
Interface SEHRConnectionListener


public interface SEHRConnectionListener

Author:
hansjhaase

Method Summary
 int addListener(java.lang.Object o)
           
 void connectionClosed(java.lang.Object o)
          Notifies that a connection is closed
 void connectionOpen(java.lang.Object o)
          Notifies that a connection is new and opened
 void connectionUpdate(java.lang.Object o)
          Notification to start updates
 void removeListener(int idx)
           
 

Method Detail

connectionOpen

public void connectionOpen(java.lang.Object o)
Notifies that a connection is new and opened


connectionClosed

public void connectionClosed(java.lang.Object o)
Notifies that a connection is closed


connectionUpdate

public void connectionUpdate(java.lang.Object o)
Notification to start updates


removeListener

public void removeListener(int idx)

addListener

public int addListener(java.lang.Object o)