tuwien.auto.calimero.mgmt
Interface PropertyAdapterListener


public interface PropertyAdapterListener

Listener interface to receive events of a property adapter.

See Also:
PropertyAdapter

Method Summary
 void adapterClosed(CloseEvent e)
          The adapter is closed.
 

Method Detail

adapterClosed

void adapterClosed(CloseEvent e)
The adapter is closed.

This notification is primary for detecting a disconnection initiated by the remote endpoint.

Parameters:
e - close event object