Package com.iplanet.jato.view.event

View event definitions

See:
          Description

Interface Summary
ChildContentDisplayEvent Interface for child view content notification.
ChildDisplayEvent Interface for child view display notification.
DisplayEvent Generic interface for view display notification.
RequestInvocationEvent Interface for request invocation notification.
 

Class Summary
JspBeginChildDisplayEvent Provides notification that the JSP tag associated with a perticular child View is in the first phase of its dislay cycle.
JspChildDisplayEvent Provides notification that the JSP Tag associated with a perticular child View is in the midst of its display cycle.
JspDisplayEvent Provides notification that a JSP Tag is in the midst of its display cycle.
JspEndChildDisplayEvent Provides notification that the JSP tag associated with a perticular child View is in the final phase of its dislay cycle.
TiledViewRequestInvocationEvent Provides notification of a client request invocation directed at a TiledView.
ViewCommandEvent An CommandEvent that can be associated with a View.
ViewRequestInvocationEvent Provides notification of a client request invocation.
 

Package com.iplanet.jato.view.event Description

View event definitions