public class IOWatchServiceExecutorImpl extends Object implements IOWatchServiceExecutor
Constructor and Description |
---|
IOWatchServiceExecutorImpl() |
Modifier and Type | Method and Description |
---|---|
void |
execute(WatchKey wk,
Filter<WatchEvent<?>> filter) |
void |
setEvents(javax.enterprise.event.Event<ResourceBatchChangesEvent> resourceBatchChanges,
javax.enterprise.event.Event<ResourceUpdatedEvent> resourceUpdatedEvent,
javax.enterprise.event.Event<ResourceRenamedEvent> resourceRenamedEvent,
javax.enterprise.event.Event<ResourceDeletedEvent> resourceDeletedEvent,
javax.enterprise.event.Event<ResourceAddedEvent> resourceAddedEvent) |
public void setEvents(javax.enterprise.event.Event<ResourceBatchChangesEvent> resourceBatchChanges, javax.enterprise.event.Event<ResourceUpdatedEvent> resourceUpdatedEvent, javax.enterprise.event.Event<ResourceRenamedEvent> resourceRenamedEvent, javax.enterprise.event.Event<ResourceDeletedEvent> resourceDeletedEvent, javax.enterprise.event.Event<ResourceAddedEvent> resourceAddedEvent)
public void execute(WatchKey wk, Filter<WatchEvent<?>> filter)
execute
in interface IOWatchServiceExecutor
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.