Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.wymiwyg.mies.server
Interface ModelSectionListener  view ModelSectionListener download ModelSectionListener.java


public interface ModelSectionListener

This listeners receives a model in different sections. It is used by the provider for methos that cannot ret


Method Summary
 void finished()
          invoked when no other sections will follow
 void sectionAvailable(Model addition)
           
 

Method Detail

sectionAvailable

public void sectionAvailable(Model addition)

finished

public void finished()
invoked when no other sections will follow