org.weda.action
Interface ActionListener

All Known Implementing Classes:
EditorGroup, FileEditor, Table

public interface ActionListener

Author:
Mikhail Titov

Method Summary
 void afterExecute(ActionEvent event)
           
 void beforeExecute(ActionEvent event)
           
 ActionListenerFilter getFilter()
           
 void setFilter(ActionListenerFilter filter)
           
 

Method Detail

getFilter

ActionListenerFilter getFilter()

setFilter

void setFilter(ActionListenerFilter filter)

beforeExecute

void beforeExecute(ActionEvent event)
                   throws java.lang.Exception
Throws:
java.lang.Exception

afterExecute

void afterExecute(ActionEvent event)
                  throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2005-2006 . All Rights Reserved.