gcspy.vis
Interface DisconnectListener

All Known Implementing Classes:
GeneralInfoFrame, HistogramFrame, HistoryFrame, LegendFrame, PluginFrame, SpaceManager, SummaryFrame, TextFrame, TileManagerColorsFrame

public interface DisconnectListener

Interface to listen to the main frame disconnecting

Author:
Tony Printezis

Method Summary
 void disconnect(boolean reconnecting)
          Respond to the client disconnecting from the server
 

Method Detail

disconnect

void disconnect(boolean reconnecting)
Respond to the client disconnecting from the server

Parameters:
reconnecting - Is the client reconnnecting?