Uses of Interface
org.keridwen.core.data.model.ModificationStateListener

Packages that use ModificationStateListener
org.keridwen.core.data.model   
org.keridwen.core.data.model.impl   
 

Uses of ModificationStateListener in org.keridwen.core.data.model
 

Methods in org.keridwen.core.data.model with parameters of type ModificationStateListener
 void DataModel.addModificationStateListener(ModificationStateListener listenerToAdd)
          Adds the given ModificationStateListener to the list of listeners.
 void DataModel.removeModificationStateListener(ModificationStateListener listenerToRemove)
          Removes the given ModificationStateListener from the list of listeners.
 

Uses of ModificationStateListener in org.keridwen.core.data.model.impl
 

Methods in org.keridwen.core.data.model.impl with parameters of type ModificationStateListener
 void DefaultDataModel.addModificationStateListener(ModificationStateListener listenerToAdd)
           
 void DefaultDataModel.removeModificationStateListener(ModificationStateListener listenerToRemove)
           
 



Copyright © 2010-2013 Artenum. All Rights Reserved.