com.sdm.quasar.client.jsf.dialog
Interface VisualRepresentation.VisualRepresentationListener

Enclosing interface:
VisualRepresentation

public static interface VisualRepresentation.VisualRepresentationListener

Register a VisualRepresentationListener at a VisualRepresentation if you want to be informed when the VisualRepresentation is entered or left by browser navigation or when an other dialog is shown (and this dialog is left) or hidden (and this dialog is entered).

Use these callbacks if you want to free resources when not shown and allocate when shown again.

Author:
Martin Haft

Method Summary
 void visualRepresentationEntered()
          VisualRepresentation is entered by browser navigation or because a dialog is hiden and this VisualRepresentation is shown again.
 void visualRepresentationLeft()
          VisualRepresentation is left by browser navigation or because an other dialog is shown.
 

Method Detail

visualRepresentationEntered

public void visualRepresentationEntered()
VisualRepresentation is entered by browser navigation or because a dialog is hiden and this VisualRepresentation is shown again.


visualRepresentationLeft

public void visualRepresentationLeft()
VisualRepresentation is left by browser navigation or because an other dialog is shown.