Search in sources :

Example 1 with ProjectTreeTrackingOperationDto

use of org.eclipse.che.api.project.shared.dto.event.ProjectTreeTrackingOperationDto in project che by eclipse.

the class JsonRpcWebSocketAgentEventListener method initializeTreeExplorerFileWatcher.

private void initializeTreeExplorerFileWatcher() {
    ProjectTreeTrackingOperationDto params = dtoFactory.createDto(ProjectTreeTrackingOperationDto.class).withPath("/").withType(START);
    requestTransmitter.transmitOneToNone("ws-agent", "track:project-tree", params);
}
Also used : ProjectTreeTrackingOperationDto(org.eclipse.che.api.project.shared.dto.event.ProjectTreeTrackingOperationDto)

Aggregations

ProjectTreeTrackingOperationDto (org.eclipse.che.api.project.shared.dto.event.ProjectTreeTrackingOperationDto)1