fable.gui.event
Interface FeedSelectedListener

All Superinterfaces:
java.util.EventListener, FableListener
All Known Implementing Classes:
FableGUI, FeedView, StatusBar, TabView

public interface FeedSelectedListener
extends FableListener

This interface listens to the FeedSelectedEvent.

Author:
Wonsik Kim

Method Summary
 void feedSelected(FeedSelectedEvent fse)
          Do appropriate action according to the event.
 

Method Detail

feedSelected

void feedSelected(FeedSelectedEvent fse)
Do appropriate action according to the event.

Parameters:
fse - an event object contains relevant information about the event.