fable.gui.event
Interface ExportListener

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

public interface ExportListener
extends FableListener

This interface listens to the ExportEvent.

Author:
Christopher Moh

Method Summary
 void export(ExportEvent ee)
          Do appropriate action according to the event.
 

Method Detail

export

void export(ExportEvent ee)
Do appropriate action according to the event.

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