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

Quick Search    Search Deep

Uses of Class
com.eireneh.util.event.CaptureEvent

Uses of CaptureEvent in com.eireneh.util.event
 

Methods in com.eireneh.util.event with parameters of type CaptureEvent
 void StdOutCaptureListener.captureException(CaptureEvent ev)
          Called whenever Reporter.informUser() is passed an Exception
 void StdOutCaptureListener.captureMessage(CaptureEvent ev)
          Called whenever Reporter.informUser() is passed a message
 void FileCaptureListener.captureMessage(CaptureEvent ev)
          Called whenever Reporter.informUser() is passed an Exception
 void FileCaptureListener.captureException(CaptureEvent ev)
          Called whenever Reporter.informUser() is passed an Exception
 void CaptureListener.captureException(CaptureEvent ev)
          Called whenever Reporter.informUser() is passed an Exception
 void CaptureListener.captureMessage(CaptureEvent ev)
          Called whenever Reporter.informUser() is passed a message