org.apache.tapestry.services.impl
Class ResetEventHubImpl
java.lang.Object
org.apache.tapestry.services.impl.ResetEventHubImpl
- All Implemented Interfaces:
- ResetEventHub
public class ResetEventHubImpl
- extends Object
- implements ResetEventHub
Implementation of the tapestry.ResetEventHub
service.
- Since:
- 4.0
- Author:
- Howard Lewis Ship
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResetEventHubImpl
public ResetEventHubImpl()
addResetEventListener
public void addResetEventListener(ResetEventListener l)
- Specified by:
addResetEventListener
in interface ResetEventHub
removeResetEventListener
public void removeResetEventListener(ResetEventListener l)
- Specified by:
removeResetEventListener
in interface ResetEventHub
fireResetEvent
public void fireResetEvent()
- Description copied from interface:
ResetEventHub
- Notifies registered listeners.
- Specified by:
fireResetEvent
in interface ResetEventHub
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.