com.phidgets.event
Interface ServerDisconnectListener


public interface ServerDisconnectListener

This interface represents a ServerDisconnectEvent. This event originates from all Phidgets.

Author:
Phidgets Inc.

Method Summary
 void serverDisconnected(ServerDisconnectEvent ae)
          This method is called with the event data when a new event arrives.
 

Method Detail

serverDisconnected

public void serverDisconnected(ServerDisconnectEvent ae)
This method is called with the event data when a new event arrives.

Parameters:
ae - the event data object containing event data