SilverStream
Application Server 3.5

com.sssw.shr.page
Interface AgiPageActionListener

All Superinterfaces:
EventListener

public interface AgiPageActionListener
extends EventListener

Basic interface that all SilverStream pages implement.


Method Summary
 void pageActionPerformed(ActionEvent event)
          Calls the event handler for each button defined on the page.
 

Method Detail

pageActionPerformed

public void pageActionPerformed(ActionEvent event)
                         throws Exception
Calls the event handler for each button defined on the page.

SilverStream
Application Server 3.5