com.fullspan.pwkeep.gui
Interface IPwkActionHandler


public interface IPwkActionHandler

This interface is mostly a marker interface. An IPwkActionHandler has a set of methods that are named according to the convention handleXyz, where Xyz is the name of the PwkAction. For example: handleFileOpen.

This interface does have one method that requires implementation: handleException is called if a handleXyz method throws an exception.

Version:
$Revision: 1.3 $, $Date: 2004/01/18 07:21:04 $
Author:
Mitch Stuart, $Author: mitch $
See Also:
PwkAction.getName(), PwkActionMgr.dispatchAction(PwkAction, java.awt.event.ActionEvent)

Method Summary
 void handleException(java.lang.Throwable t)
           
 

Method Detail

handleException

void handleException(java.lang.Throwable t)