Interface CrawlerCallbacks.CrawlerCommandCallback

All Superinterfaces:
BiConsumer<CrawlerSession,Class<? extends Command>>
All Known Implementing Classes:
BeforeFsCommand
Enclosing class:
CrawlerCallbacks

public static interface CrawlerCallbacks.CrawlerCommandCallback extends BiConsumer<CrawlerSession,Class<? extends Command>>
Convenience interface providing a default implementation of execute that ignores all commands but CrawlerCommand and offers an overloaded accept method with a single argument.