package com.onaro.sanscreen.client.view; import java.util.Collection; public interface ICompositeDirector { /** * Get the immediate children of this child director. */ public Collection getChildViewDirectors(); }