Package com.polarion.alm.builder
Interface IWatchableRepositoryListener
- All Superinterfaces:
EventListener
Listener for
IWatchableRepository
.- Version:
- $Revision$ $Date$
- Author:
- Stepan Roh, Polarion Software
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Changed resource. -
Method Summary
Modifier and TypeMethodDescriptionvoid
resourcesChanged
(Collection resources) Notify that some watched resources were changed.
-
Method Details
-
resourcesChanged
Notify that some watched resources were changed.It is permitted to receive empty collection of resources.
See
IWatchableRepository
for more information of what changes and how can be reported.- Parameters:
resources
-Collection
ofIWatchableRepositoryListener.IChangedResource
s- Throws:
IllegalArgumentException
- if locations isnull
-