org.jSyncManager.Client
Interface TransportChangedListener
- All Known Implementing Classes:
- ApplicationJFrame
- public interface TransportChangedListener
The Transport Changed Listener Interface.
This interface should be implemented by any class that wishes to be alerted when
the user has changed their transport from the current selection, to something different.
Note that it is not necessary to fire this event if the user has simply modified their existing
Transport settings, as this will be picked up automatically. It should only be fired if the user
has changed which Transport class they wish to use.
- Version:
- $Revision: 1.3 $
- Author:
- Brad BARCLAY <bbarclay@jsyncmanager.org>
Last modified by: $Author: yaztromo $ on $Date: 2003/06/26 02:25:23 $.
changeTransport
public void changeTransport(SLPTransportInterface t)
- This method will be called when the used has changed their transport class.
- Parameters:
the
- new Transport instance to be used.
Copyright (c) 1999 - 2003 Brad BARCLAY and others. All Rights Reserved.