Package formatter

The formatter package has all the useful inner-structure classes that other packages need.

See:
          Description

Interface Summary
Event An Event is anything that can happen in a conversation.
 

Class Summary
Date Stores the year, month, date (day of the month), and day (name of the day of the week).
FontState This class is meant to keep track of what the HTML tags of an HTML document have altered the state of the text into.
Main Serves as a tester class to be executed on the CLI.
Message Messages are logical combinations of a sender, time stamp, and text with font.
Notification This class represents all Events that are not messages. This includes the event that the Session has started or ended, or either SNs have been disconnected.
Session This is one chat.
Timestamp A time stamp is an hour, minute and second group representing the time.
 

Enum Summary
Notification.Type This enum lists the types of Events that are allowed.
 

Exception Summary
AlreadyActiveException  
 

Package formatter Description

The formatter package has all the useful inner-structure classes that other packages need.