net.sf.staccatocommons.instrument.handler.deactivator
Interface Deactivable

All Known Implementing Classes:
StackedDeactivableSupport

public interface Deactivable

Interface for handlers that can be activated or deactivated when certain annotations are discovered

Author:
flbulgarelli

Method Summary
 void activate()
          Requests the handler to be deactivated.
 void deactivate()
          Requests the handler to be activated.
 

Method Detail

activate

void activate()
Requests the handler to be deactivated. This request can be ignored.


deactivate

void deactivate()
Requests the handler to be activated. This request can be ignored.



Copyright © 2010-2012 StaccatoCommons. All Rights Reserved.