org.apache.avalon.excalibur.component.example_im
Interface ExampleInstrumentable

All Superinterfaces:
Component
All Known Implementing Classes:
DefaultExampleInstrumentable

public interface ExampleInstrumentable
extends Component

This example application creates a component which registers several Instruments for the example. Note, this code ignores exceptions to keep the code simple.

Since:
4.1
Version:
CVS $Revision: 1.1 $ $Date: 2004/03/17 13:22:37 $
Author:
Avalon Development Team

Field Summary
static java.lang.String ROLE
           
 
Method Summary
 void doAction()
          Example action method.
 

Field Detail

ROLE

public static final java.lang.String ROLE
Method Detail

doAction

public void doAction()
Example action method.



Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.