org.xnap.gui
Interface PeerProvider

All Known Implementing Classes:
ChannelPanel, OpenNapWhoisPanel, SearchPanel, TransferManagerPanel, TransferPanel

public interface PeerProvider

Defines the requirements for classes that provide selection of Peer objects.


Method Summary
 Peer[] getPeers()
          Invoked by an action to query the selected Peer objects.
 

Method Detail

getPeers

Peer[] getPeers()
Invoked by an action to query the selected Peer objects.

Returns:
null, if no peers are selected; the peers, otherwise


Copyright © 2001-2005 XNap Team. All Rights Reserved.