Package org.pipservices3.commons.commands


package org.pipservices3.commons.commands
  • Class
    Description
    Concrete implementation of ICommand interface.
    Contains a set of commands and events supported by a ICommandable commandable object.
    Concrete implementation of IEvent interface.
    An interface for Commands, which are part of the Command design pattern.
    An interface for commandable objects, which are part of the command design pattern.
    An interface for stackable command interceptors, which can extend and modify the command call chain.
    An interface for Events, which are part of the Command design pattern.
    An interface for listener objects that receive notifications on fired events.
    Implements a ICommand command wrapped by an interceptor.