/[projects]/CircuitBreaker/src/dk/thoerup/circuitbreaker/notification/NullNotifier.java
ViewVC logotype

Diff of /CircuitBreaker/src/dk/thoerup/circuitbreaker/notification/NullNotifier.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1160 by torben, Thu Oct 22 06:01:35 2009 UTC revision 1161 by torben, Mon Oct 4 17:36:43 2010 UTC
# Line 1  Line 1 
1  package dk.thoerup.circuitbreaker.notification;  package dk.thoerup.circuitbreaker.notification;
2    
3    import dk.thoerup.circuitbreaker.CircuitBreaker;
4    
5  public class NullNotifier implements Notifier {  public class NullNotifier implements Notifier {
6    
7          public void sendNotification(String breakerName, Event evnt) {          public void sendNotification(CircuitBreaker breaker, Event evnt) {
8                  //Do Nothing                  //Do Nothing
9          }          }
10    

Legend:
Removed from v.1160  
changed lines
  Added in v.1161

  ViewVC Help
Powered by ViewVC 1.1.20