Uses of Interface
ch.busyboxes.agoo.service.WatchedFileService

Packages that use WatchedFileService
ch.busyboxes.agoo.controller Provides the controller part of the web application. 
ch.busyboxes.agoo.service.impl   
 

Uses of WatchedFileService in ch.busyboxes.agoo.controller
 

Methods in ch.busyboxes.agoo.controller with parameters of type WatchedFileService
 void IndexController.setWatchedFileService(WatchedFileService watchedFileService)
          Sets the watched file service
 void FolderController.setWatchedFileService(WatchedFileService watchedFileService)
          Sets the watched file service
 void FileController.setWatchedFileService(WatchedFileService watchedFileService)
          Sets the watched file service
 

Uses of WatchedFileService in ch.busyboxes.agoo.service.impl
 

Classes in ch.busyboxes.agoo.service.impl that implement WatchedFileService
 class WatchedFileServiceImpl
          Implementation of the watched file service
 

Methods in ch.busyboxes.agoo.service.impl with parameters of type WatchedFileService
 void WatcherTaskServiceImpl.setWatchedFileService(WatchedFileService watchedFileService)
          Sets the watched file service
 



Copyright © 2009. All Rights Reserved.