Interface IModelVisitor

  • All Known Implementing Classes:
    AbstractModelVisitor

    public interface IModelVisitor

    Interface to be implemented by all classes modeling actions to be performed on an event or sequence of events according to the Visitor pattern.

    These objects are usually applied by means of the IModel.accept(IModelVisitor) method.

    Since:
    3.0.0
    Author:
    Daniel Fernández
    See Also:
    IModel, AbstractModelVisitor