Interface Command


public interface Command
Represents a Command in a Chain of Responsibility Pattern
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Given a context, performs an operation
    boolean
    Post Processing, implementing a Filter Pattern.