Class NetworkHandlerAdaptor

  • All Implemented Interfaces:
    NetworkHandler
    Direct Known Subclasses:
    DebugHandler, DeclarationsHandler, DelegateMethodsHandler, NodeCollectorHandler, PropagatorCompilerHandler

    public class NetworkHandlerAdaptor
    extends Object
    implements NetworkHandler
    An abstract adapter class for receiving network node events from the org.kie.reteoo.compiled.ObjectTypeNodeParser. The methods in this class are empty. This class exists as convenience for creating handler objects.

    Extend this class to create a NetworkHandler and override the methods for the nodes of interest. (If you implement the NetworkHandler interface, you have to define all of the methods in it. This abstract class defines null methods for them all, so you can only have to define methods for events you care about.)

    See Also:
    org.kie.reteoo.compiled.NetworkHandler, org.kie.reteoo.compiled.ObjectTypeNodeParser