Interface Command<T>

All Known Implementing Classes:
MessageCommand, TUCommand

public interface Command<T>
A Command.
Author:
Heiko Scherrer
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getType

      T getType()