org.apache.tapestry5.ioc.internal.services
Class UpdateListenerHubImpl

java.lang.Object
  extended by org.apache.tapestry5.ioc.internal.services.UpdateListenerHubImpl
All Implemented Interfaces:
UpdateListenerHub

@PreventServiceDecoration
public class UpdateListenerHubImpl
extends Object
implements UpdateListenerHub


Constructor Summary
UpdateListenerHubImpl()
           
 
Method Summary
 void addUpdateListener(UpdateListener listener)
          Adds a listener.
 void fireCheckForUpdates()
          Notifies all UpdateListeners.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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 interface UpdateListenerHub

fireCheckForUpdates

public void fireCheckForUpdates()
Notifies all UpdateListeners.

Specified by:
fireCheckForUpdates in interface UpdateListenerHub


Copyright © 2003-2012 The Apache Software Foundation.