Uses of Interface
org.codehaus.waffle.monitor.Monitor

Packages that use Monitor
org.codehaus.waffle.monitor   
 

Uses of Monitor in org.codehaus.waffle.monitor
 

Subinterfaces of Monitor in org.codehaus.waffle.monitor
 interface ActionMonitor
          A monitor for action-related events
 interface BindMonitor
          A monitor for bind-related events
 interface ContextMonitor
          A monitor for context-related events
 interface ControllerMonitor
          A monitor for controller-related events
 interface RegistrarMonitor
          A monitor for registrar-related events
 interface ServletMonitor
          A monitor for servlet-related events
 interface ValidationMonitor
          A monitor for validation-related events
 interface ViewMonitor
          A monitor for view-related events
 

Classes in org.codehaus.waffle.monitor that implement Monitor
 class AbstractWritingMonitor
          Abstract implementation of Monitor that delegates writing to concrete subclasses.
 class CommonsLoggingMonitor
          Writing monitor that uses Commons-Logging to log events
 class ConsoleMonitor
          Writing monitor that write events to console.
 class SilentMonitor
          SilentMonitor is a writing monitor that writes nothing.
 



Copyright © 2008. All Rights Reserved.