Class SentStat

java.lang.Object
com.epam.admintool.commands.Command
com.epam.admintool.commands.statistic.SentStat

public class SentStat extends Command
The SentStat command. Returns the total amount of send messages.
  • Constructor Details

    • SentStat

      public SentStat()
  • Method Details

    • execute

      public void execute()
      Description copied from class: Command
      Execute command.
      Specified by:
      execute in class Command