com.agical.rmock.core
Interface SectionManager

All Known Implementing Classes:
SectionManagerService

public interface SectionManager


Method Summary
 void beginSection(Section section)
           
 void endSection()
           
 void extendSection(java.lang.String id)
           
 void overrideSection(java.lang.String id, Section section)
           
 

Method Detail

endSection

void endSection()

beginSection

void beginSection(Section section)

overrideSection

void overrideSection(java.lang.String id,
                     Section section)

extendSection

void extendSection(java.lang.String id)


Copyright © 2005-2009 Agical AB. All Rights Reserved.