fable.gui.event
Interface CensorshipChangedListener

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

public interface CensorshipChangedListener
extends FableListener

This interface listens to the CensorshipChangedEvent.

Author:
Wonsik Kim

Method Summary
 void censorshipChanged(CensorshipChangedEvent cce)
          Do appropriate action according to the event.
 

Method Detail

censorshipChanged

void censorshipChanged(CensorshipChangedEvent cce)
Do appropriate action according to the event.

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