JAC project
AOPSYS
CEDRIC & LIP6 labs

org.objectweb.jac.aspects.gui.web
Interface DialogListener

All Known Implementing Classes:
Dialog, EditorContainer, ObjectView

public interface DialogListener

This interface defines events for a dialog window


Method Summary
 void onCancel()
          Called when the Cancel button was pressed by the user
 void onOK(JacRequest request)
          Called when the OK button was pressed by the user
 void onValidate(JacRequest request)
          Validates inputs, but creates no HTML.
 void restoreContext()
          Restore context attributes stored at creation time
 

Method Detail

onOK

public void onOK(JacRequest request)
Called when the OK button was pressed by the user

Parameters:
request - the servlet request

onValidate

public void onValidate(JacRequest request)
Validates inputs, but creates no HTML.


onCancel

public void onCancel()
Called when the Cancel button was pressed by the user


restoreContext

public void restoreContext()
Restore context attributes stored at creation time


Contact JAC development team:
Renaud Pawlak
Lionel Seinturier
Laurent Martelli