package com.github.drapostolos.rdp4j;
/**
* An event that represents the start the {@link DirectoryPoller}, as
* triggered by this method: {@link DirectoryPollerBuilder#start()}.
*
* @see <a href="https://github.com/drapostolos/rdp4j/wiki/User-Guide">User-Guide</a>
*/
public final class BeforeStartEvent implements Event {
}