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

All Superinterfaces:
WindowListener
All Known Implementing Classes:
Dialog, EditorContainer, ObjectView

public interface DialogListener
extends WindowListener

This interface defines events for a dialog window


Method Summary
 JacRequest getRequest()
          Gets the current JacRequest of this dialog
 HttpServletResponse getResponse()
          Gets the current HttpServletResponse of this dialog
 void restoreContext()
          Restore context attributes stored at creation time
 
Methods inherited from interface org.objectweb.jac.aspects.gui.web.WindowListener
onCancel, onOK, onRefresh, onValidate
 

Method Detail

restoreContext

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


getResponse

public HttpServletResponse getResponse()
Gets the current HttpServletResponse of this dialog


getRequest

public JacRequest getRequest()
Gets the current JacRequest of this dialog