| Package | Description |
|---|---|
| net.sf.mmm.util.component.api |
Contains API to help implementing components.
|
| net.sf.mmm.util.component.impl |
Contains implementation of component-util.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PeriodicRefresher.addRefreshable(Refreshable refreshable)
This method will register the given
refreshable so it will be refreshed periodically. |
void |
PeriodicRefresher.removeRefreshable(Refreshable refreshable)
This method removes the given
refreshable from this PeriodicRefresher. |
| Modifier and Type | Field and Description |
|---|---|
private Set<Refreshable> |
PeriodicRefresherImpl.refreshableSet
The
Set of Refreshables. |
| Modifier and Type | Method and Description |
|---|---|
void |
PeriodicRefresherImpl.addRefreshable(Refreshable refreshable)
This method will register the given
refreshable so it will be refreshed periodically. |
void |
PeriodicRefresherImpl.removeRefreshable(Refreshable refreshable)
This method removes the given
refreshable from this PeriodicRefresher. |
Copyright © 2001–2015 mmm-Team. All rights reserved.