Class ProceedStat

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

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

    • ProceedStat

      public ProceedStat()
  • Method Details

    • execute

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