fable.gui.event
Interface ArticleReadListener

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

public interface ArticleReadListener
extends FableListener

This interface listens to the ArticleReadEvent.

Author:
Wonsik Kim

Method Summary
 void articleRead(ArticleReadEvent are)
          Do appropriate action according to the event.
 

Method Detail

articleRead

void articleRead(ArticleReadEvent are)
Do appropriate action according to the event.

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