Class UpdateListenerHubImpl
java.lang.Object
org.apache.tapestry5.ioc.internal.services.UpdateListenerHubImpl
- All Implemented Interfaces:
UpdateListenerHub
@PreventServiceDecoration
public class UpdateListenerHubImpl
extends Object
implements UpdateListenerHub
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addUpdateListener
(UpdateListener listener) Adds a listener.void
Notifies allUpdateListener
s.
-
Constructor Details
-
UpdateListenerHubImpl
public UpdateListenerHubImpl()
-
-
Method Details
-
addUpdateListener
Description copied from interface:UpdateListenerHub
Adds a listener.- Specified by:
addUpdateListener
in interfaceUpdateListenerHub
-
fireCheckForUpdates
Notifies allUpdateListener
s.- Specified by:
fireCheckForUpdates
in interfaceUpdateListenerHub
-