Class ConsoleInputEvent


public class ConsoleInputEvent extends ConsoleEvent
  • Constructor Details

    • ConsoleInputEvent

      public ConsoleInputEvent(String message)
      Class constructor for this event.
      Parameters:
      message -
  • Method Details

    • getMessage

      public String getMessage()
      Method that will return the message said in the console.
      Returns:
      message
    • toString

      public String toString()
      Method that returns this object as a string.
      Overrides:
      toString in class Object
      Returns: