com.ontimize.dms.client.gui.refreshable
Class RefreshEventListener
java.lang.Object
com.ontimize.dms.client.gui.refreshable.RefreshEventListener
public class RefreshEventListener
- extends java.lang.Object
Refresh the internal components.
Create the internal component event.
- Since:
- 24/02/2010 First release., 25/02/2010 Refactoring.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
context
protected ComponentContext context
RefreshEventListener
public RefreshEventListener(ComponentContext context)
registerShownListener
public void registerShownListener(java.awt.Component component)
Register component to refresh when is shown.
- Parameters:
component - to refresh.
createComponentListener
protected java.awt.event.ComponentListener createComponentListener()
refresh
public void refresh(IRefreshable component,
Document[] documents)
refresh
public void refresh(IRefreshable component,
Document[] documents,
java.util.Map data)
createEvent
protected RefreshEventObject createEvent(Document[] documents,
java.util.Map data)