org.apache.tapestry5.services
Interface UpdateListener

All Known Subinterfaces:
MessagesSource
All Known Implementing Classes:
ComponentInstantiatorSourceImpl, ComponentMessagesSourceImpl, ComponentTemplateSourceImpl, MessagesSourceImpl, PagePoolImpl, ResourceCacheImpl, ValidationMessagesSourceImpl

public interface UpdateListener

Interface for objects which can periodically check for updates.

Since:
5.1.0.0
See Also:
UpdateListenerHub

Method Summary
 void checkForUpdates()
          Invoked to force the receiver to check for updates to whatever underlying resources it makes use of.
 

Method Detail

checkForUpdates

void checkForUpdates()
Invoked to force the receiver to check for updates to whatever underlying resources it makes use of.



Copyright © 2006-2009 Apache Software Foundation. All Rights Reserved.