Uses of Interface
org.jtheque.core.managers.update.UpdatableListener

Packages that use UpdatableListener
org.jtheque.core.managers.update Contains the update manager. 
org.jtheque.core.managers.view.impl.components.model Contains the differents models. 
 

Uses of UpdatableListener in org.jtheque.core.managers.update
 

Methods in org.jtheque.core.managers.update with parameters of type UpdatableListener
 void UpdateManager.addUpdatableListener(UpdatableListener listener)
           
 void IUpdateManager.addUpdatableListener(UpdatableListener listener)
          Add an updatable listener.
 void UpdateManager.removeUpdatableListener(UpdatableListener listener)
           
 void IUpdateManager.removeUpdatableListener(UpdatableListener listener)
          Remove an updatable listener.
 

Uses of UpdatableListener in org.jtheque.core.managers.view.impl.components.model
 

Classes in org.jtheque.core.managers.view.impl.components.model that implement UpdatableListener
 class UpdatableListModel
          A List model to display the modules.
 



Copyright © 2009 JTheque. All Rights Reserved.