org.apache.tapestry.event
Interface ReportStatusListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
ComponentConstructorFactoryImpl, DefaultScriptSource, ExpressionCacheImpl, ObjectPoolImpl, ResourceDigestSourceImpl, SpecificationSourceImpl, TemplateSourceImpl

public interface ReportStatusListener
extends java.util.EventListener

Implemented by (typically) a HiveMind service implementation, and registerred with the ReportStatusHub so that the service can report its status (in terms of properties and values).

Since:
4.0
Author:
Howard M. Lewis Ship

Method Summary
 void reportStatus(ReportStatusEvent event)
           
 

Method Detail

reportStatus

void reportStatus(ReportStatusEvent event)