Package com.coswald.jtalker
A server/client chat application in Java. This package defines useful objects that may be used by any part of the JTalker application. This package differs from a utility package, as it only implements interfaces and abstract classes.
The JTalker application is licensed under GNU General Public License, and this and all subsequent sub-packages are as well. See the file header of each file, or visit GNU's website for more details.
- Since:
- JTalker 0.0.1
- Version:
- 0.0.1
- Author:
- C. William Oswald
-
Interface Summary Interface Description Initializable Describes an object that must call<<<<<<< HEADinit
before the object can be used. -
Class Summary Class Description JTalker The runnable for the JTalker application.TextInputStream A simple stream for reading text.======= >>>>>>> master