com.iplanet.jato.view.event
Interface ChildDisplayEvent

All Superinterfaces:
DisplayEvent
All Known Subinterfaces:
ChildContentDisplayEvent
All Known Implementing Classes:
JspChildDisplayEvent

public interface ChildDisplayEvent
extends DisplayEvent

Interface for child view display notification. This event is intended to provide a ContainerView with notification that one of its child views is undergoing display processing.

Since:
JATO/1.2
Version:
JATO/1.2.2 $Id: ChildDisplayEvent.java,v 1.5 2002/03/16 03:26:43 todd Exp $

Method Summary
 java.lang.String getChildName()
          Returns the child view's name.
 
Methods inherited from interface com.iplanet.jato.view.event.DisplayEvent
getSource
 

Method Detail

getChildName

public java.lang.String getChildName()
Returns the child view's name.
Returns:
the child view's name.