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 Constructor Description UpdateListenerHubImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addUpdateListener(UpdateListener listener)
Adds a listener.void
fireCheckForUpdates()
Notifies allUpdateListener
s.
-
-
-
Constructor Detail
-
UpdateListenerHubImpl
public UpdateListenerHubImpl()
-
-
Method Detail
-
addUpdateListener
public void addUpdateListener(UpdateListener listener)
Description copied from interface:UpdateListenerHub
Adds a listener.- Specified by:
addUpdateListener
in interfaceUpdateListenerHub
-
fireCheckForUpdates
public void fireCheckForUpdates()
Notifies allUpdateListener
s.- Specified by:
fireCheckForUpdates
in interfaceUpdateListenerHub
-
-