public class ResetEventHubImpl extends java.lang.Object implements ResetEventHub
tapestry.ResetEventHub
service.| Constructor and Description |
|---|
ResetEventHubImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addResetEventListener(ResetEventListener l) |
void |
fireResetEvent()
Notifies registered listeners.
|
void |
removeResetEventListener(ResetEventListener l) |
public ResetEventHubImpl()
public void addResetEventListener(ResetEventListener l)
addResetEventListener in interface ResetEventHubpublic void removeResetEventListener(ResetEventListener l)
removeResetEventListener in interface ResetEventHubpublic void fireResetEvent()
ResetEventHubfireResetEvent in interface ResetEventHub