Interface Command<T>

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

public interface Command<T>
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • execute

      T execute()