fable.gui.event
Interface ArticleBrowseListener

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

public interface ArticleBrowseListener
extends FableListener

This interface listens to the ArticleBrowseEvent.

Author:
Wonsik Kim

Method Summary
 void articleBrowse(ArticleBrowseEvent ase)
          Do appropriate action according to the event.
 

Method Detail

articleBrowse

void articleBrowse(ArticleBrowseEvent ase)
Do appropriate action according to the event.

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