Blame |
Last modification |
View Log
| Download
| RSS feed
package br.com.sl.domain.service;
import br.com.ec.core.generic.GenericService;
import br.com.sl.domain.dto.RoboDTO;
public interface RoboColetorService
extends GenericService
<RoboDTO
> {
void iniciarColetor1Minuto
();
Boolean isRodando
();
void pararColetor
();
RoboDTO statusRobo
();
}