Class Notification


  • public class Notification
    extends Object
    Class used to manage communication between Server Side Classes
    • Constructor Detail

      • Notification

        public Notification​(String username,
                            String input)
        Notification constructor
        Parameters:
        username - author of this notification
        input - message of the notification
    • Method Detail

      • getUsername

        public String getUsername()
        Get notification author
        Returns:
        notification author
      • getMessage

        public String getMessage()
        Get notification value
        Returns:
        notification value