com.im.df/1 5.9.1

com.im.df.spi.ddl
Interface DFContainerAccess<E extends DFItem>


public interface DFContainerAccess<E extends DFItem>


Method Summary
 void registerItem(E item, boolean fireEvents, DFEnvironmentRW env)
          Register an item into the container.
 

Method Detail

registerItem

void registerItem(E item,
                  boolean fireEvents,
                  DFEnvironmentRW env)
Register an item into the container. This method should be called when a new DFItem creation has been finished and the item is about to be inserted into its container.

Parameters:
item - The new item to add to the container
fireEvents - Whether change events should be fired by the container
env - The environment for feedback

com.im.df/1 5.9.1