com.dhtmlx.connector
Class TreeCommonMultitableBehavior

java.lang.Object
  extended by com.dhtmlx.connector.ConnectorBehavior
      extended by com.dhtmlx.connector.TreeCommonMultitableBehavior

public class TreeCommonMultitableBehavior
extends ConnectorBehavior


Constructor Summary
TreeCommonMultitableBehavior(BaseConnector connector)
          Instantiates a new connector behavior.
 
Method Summary
 void afterProcessing(DataAction action)
          After processing event Occurs in update mode, after execution any DB operations.
 void beforeProcessing(DataAction action)
          Before processing event Occurs in update mode, before execution any DB operations.
 
Methods inherited from class com.dhtmlx.connector.ConnectorBehavior
afterDBError, afterDelete, afterInsert, afterUpdate, attach, beforeDelete, beforeFilter, beforeInsert, beforeOutput, beforeRender, beforeSort, beforeUpdate, trigger
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeCommonMultitableBehavior

public TreeCommonMultitableBehavior(BaseConnector connector)
Instantiates a new connector behavior.

Method Detail

beforeProcessing

public void beforeProcessing(DataAction action)
Description copied from class: ConnectorBehavior
Before processing event Occurs in update mode, before execution any DB operations. Event logic called for each updated record. Related data action is provided as parameter of the called method.

Overrides:
beforeProcessing in class ConnectorBehavior
Parameters:
action - the data action

afterProcessing

public void afterProcessing(DataAction action)
Description copied from class: ConnectorBehavior
After processing event Occurs in update mode, after execution any DB operations. Event logic called for each updated record. Related data action is provided as parameter of the called method.

Overrides:
afterProcessing in class ConnectorBehavior
Parameters:
action - the data action