Interface Command<T>

All Known Implementing Classes:
AbstractCommand, CreateSeriesCommand, DeleteEventCommand, UpdateEventAclCommand, UpdateEventCommand, UpdateSeriesAclCommand, UpdateSeriesCommand

public interface Command<T>
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • execute

      T execute()