org.apache.tapestry.event
Interface ReportStatusListener
- All Superinterfaces:
- EventListener
- All Known Implementing Classes:
- ComponentConstructorFactoryImpl, DefaultScriptSource, ExpressionCacheImpl, ObjectPoolImpl, PageSource, ResourceDigestSourceImpl, SpecificationSourceImpl, TemplateSourceImpl
public interface ReportStatusListener
- extends 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
reportStatus
void reportStatus(ReportStatusEvent event)
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.