Uses of Interface
net.sf.mmm.util.component.api.Refreshable

Packages that use Refreshable
net.sf.mmm.util.component.api Contains API to help implementing components. 
net.sf.mmm.util.component.impl Contains implementation of component-util. 
net.sf.mmm.util.xml.base.jaxb Contains various XmlAdapter for mapping of common data-types and data-containers with JAXB. 
 

Uses of Refreshable in net.sf.mmm.util.component.api
 

Methods in net.sf.mmm.util.component.api with parameters of type Refreshable
 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.
 

Uses of Refreshable in net.sf.mmm.util.component.impl
 

Fields in net.sf.mmm.util.component.impl with type parameters of type Refreshable
private  Set<Refreshable> PeriodicRefresherImpl.refreshableSet
          The Set of Refreshables.
 

Methods in net.sf.mmm.util.component.impl with parameters of type Refreshable
 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.
 

Uses of Refreshable in net.sf.mmm.util.xml.base.jaxb
 

Subinterfaces of Refreshable in net.sf.mmm.util.xml.base.jaxb
 interface JaxbBeanHolder<T>
          This class is a container holding a JAXB bean.
 

Classes in net.sf.mmm.util.xml.base.jaxb that implement Refreshable
 class JaxbBeanHolderImpl<VIEW,BEAN extends VIEW>
          This is the implementation of JaxbBeanHolder.
 



Copyright © 2001-2010 mmm-Team. All Rights Reserved.