com.iplanet.jato.view.event
Interface ChildContentDisplayEvent

All Superinterfaces:
ChildDisplayEvent, DisplayEvent
All Known Implementing Classes:
JspEndChildDisplayEvent

public interface ChildContentDisplayEvent
extends ChildDisplayEvent

Interface for child view content notification. This event is intended to provide a ContainerView with access to its child View's display content.

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

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

Method Detail

getContent

public java.lang.String getContent()
Returns the child view's content.
Returns:
the child view's content