blob: 74cb25717463ccf85195616adbe079d90e7a98c3 [file] [log] [blame]
/*=========================================================================
* (c)Copyright 2002-2009, GemStone Systems, Inc. All Rights Reserved.
* 1260 NW Waterhouse Ave., Suite 200, Beaverton, OR 97006
* All Rights Reserved.
* =======================================================================*/
package com.gemstone.gemfire.mgmt.DataBrowser.connection;
public interface GemFireConnectionListener {
public void connectionEventReceived(IConnectionEvent event);
}