Uses of Interface
org.enterprisedomain.classmaker.ResourceChangeListener
Packages that use ResourceChangeListener
Package
Description
-
Uses of ResourceChangeListener in org.enterprisedomain.classmaker
Methods in org.enterprisedomain.classmaker that return ResourceChangeListenerModifier and TypeMethodDescriptionClassMakerFactory.createResourceChangeListener()
Returns a new object of class 'Resource Change Listener'.Project.getResourceReloadListener()
Returns the value of the 'Resource Reload Listener' reference.Methods in org.enterprisedomain.classmaker with parameters of type ResourceChangeListenerModifier and TypeMethodDescriptionvoid
Project.addResourceChangeListener
(ResourceChangeListener resourceListener) void
Project.removeResourceChangeListener
(ResourceChangeListener resourceListener) -
Uses of ResourceChangeListener in org.enterprisedomain.classmaker.impl
Classes in org.enterprisedomain.classmaker.impl that implement ResourceChangeListenerModifier and TypeClassDescriptionclass
An implementation of the model object 'Resource Change Listener'.Methods in org.enterprisedomain.classmaker.impl that return ResourceChangeListenerModifier and TypeMethodDescriptionClassMakerFactoryImpl.createResourceChangeListener()
ProjectImpl.getResourceReloadListener()
Methods in org.enterprisedomain.classmaker.impl with parameters of type ResourceChangeListenerModifier and TypeMethodDescriptionvoid
ProjectImpl.addResourceChangeListener
(ResourceChangeListener resourceListener) void
ProjectImpl.removeResourceChangeListener
(ResourceChangeListener resourceListener) -
Uses of ResourceChangeListener in org.enterprisedomain.classmaker.util
Methods in org.enterprisedomain.classmaker.util with parameters of type ResourceChangeListenerModifier and TypeMethodDescriptionClassMakerSwitch.caseResourceChangeListener
(ResourceChangeListener object) Returns the result of interpreting the object as an instance of 'Resource Change Listener'.boolean
ClassMakerValidator.validateResourceChangeListener
(ResourceChangeListener resourceChangeListener, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of ResourceChangeListener in org.enterprisedomain.classmaker.validation
Methods in org.enterprisedomain.classmaker.validation with parameters of type ResourceChangeListenerModifier and TypeMethodDescriptionboolean
ProjectValidator.validateResourceReloadListener
(ResourceChangeListener value)