Creating Interception Behaviors

Microsoft Enterprise Library 5.0

DropDown image DropDownHover image Collapse image Expand image CollapseAll image ExpandAll image Copy image CopyHover image

Unity uses the Interceptor class to specify how interception happens, and the InterceptionBehavior class to describe what to do when an object is intercepted. Unity interception utilizes a behavior pipeline to for the behaviors. The Interception Behavior Pipeline maintains a list of interception behaviors and manages them, calling them in the proper order with the correct inputs.

For information on the details about interception behaviors see Interception with Unity and Behaviors for Interception.