Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package com.eireneh.util.event

This package contains all of the general utility stuff that crops up in many Java projects.

See:
          Description

Interface Summary
CaptureListener ExceptionListener informs users of problems and messages.
ReporterListener ReporterListener informs users of problems and messages.
 

Class Summary
CaptureEvent An event indicating that some bit of data needs capturing.
FileCaptureListener This class listens to Logger messages and copies them to a file.
LogCaptureListener This class listens to Reporter captures and copies them to a log.
ReporterEvent An event indicating that some bit of data needs capturing.
StdOutCaptureListener This class listens to Reporter captures and copies them to a stream.
 

Package com.eireneh.util.event Description

This package contains all of the general utility stuff that crops up in many Java projects.

These classes should depend only on JDK classes, and nothing else, certainly nothing in the app specific part of the tree. Any GUI related code also should not be in this section. The theory being that you should just be able to pick this lump up and use it in any other project, and that arguably this classes here are candidates for inclusion with a JVM. Though in the real world this is not going to happen.