PTP
Release 7.0

org.eclipse.ptp.remote.core
Interface IRemoteConnectionChangeListener

All Superinterfaces:
EventListener

public interface IRemoteConnectionChangeListener
extends EventListener

Listener used to register for notification of connection status changes. Clients should register a listener using the IRemoteConnection.addConnectionChangeListener(IRemoteConnectionChangeListener) method.


Method Summary
 void connectionChanged(IRemoteConnectionChangeEvent event)
          Notifies this listener that the status of a connection has changed.
 

Method Detail

connectionChanged

void connectionChanged(IRemoteConnectionChangeEvent event)
Notifies this listener that the status of a connection has changed.

Parameters:
event - the connection change event

PTP
Release 7.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.