public final class OnSubscribeWatchServiceEvents extends Object implements rx.Observable.OnSubscribe<WatchEvent<?>>
| Constructor and Description |
|---|
OnSubscribeWatchServiceEvents(WatchService watchService,
rx.Scheduler scheduler,
long pollDuration,
TimeUnit pollDurationUnit,
long pollInterval,
TimeUnit pollIntervalUnit) |
public OnSubscribeWatchServiceEvents(WatchService watchService, rx.Scheduler scheduler, long pollDuration, TimeUnit pollDurationUnit, long pollInterval, TimeUnit pollIntervalUnit)
public void call(rx.Subscriber<? super WatchEvent<?>> subscriber)
call in interface rx.functions.Action1<rx.Subscriber<? super WatchEvent<?>>>Copyright © 2013–2018. All rights reserved.