Uses of Interface
mvc.CallbackRegistry

Packages that use CallbackRegistry
file The file package does not at this time have a clearcut purpose. 
mvc The mvc package is an attempt to define generic model, view, and controller classes. 
 

Uses of CallbackRegistry in file
 

Subinterfaces of CallbackRegistry in file
 interface Storable<T>
          A Storable is a model that can be read from and written to a file.
 

Uses of CallbackRegistry in mvc
 

Subinterfaces of CallbackRegistry in mvc
 interface CascadedChooser<T>
           
 interface Model<T>
          A Model has a dynamic value of type T and provides a mechanism for notifying observers when that value changes.
 interface NamedModel<T>
          DOCME.
 

Classes in mvc that implement CallbackRegistry
 class CallbackExecutor
          A CallbackExecutor provides a registration, unregistration and execution service for callbacks.
static class Choice.Model<TM>
          DOCME.
 class CompositeModel<T,S extends NamedModel<? extends T>>
          A CompositeModel gets its value from its currently selected submodel.
 class CompositeNotifier
          A CompositeNotifier is a notifier that manages notifications for a composite model.
 class ConstantModel<T>
          A ConstantModel is a NamedModel whose value is fixed when it is constructed.
 class DerivedModelBase<T>
          A DerivedModelBase provides a registration, unregistration and execution service for callbacks.
 class DirectModel<T>
          DOCME.
static class IntegralRange.Model
          DOCME.
 class LeafCascadedChooser<T>
           
 class NamedDirectModel<T>
          DOCME.
 class NonLeafCascadedChooser<T>
           
static class RealRange.Model
          DOCME.