Package com.auto.framework.operation
Interface Operation
- All Known Implementing Classes:
AbstractCommandOperation,AbstractHttpOperation
public interface Operation
User: Priytam Jee Pandey
Date: 28/05/20
Time: 1:17 pm
email: mrpjpandey@gmail.com
-
Method Summary
Modifier and Type Method Description voidexecute()java.lang.StringgetName()OpRequestgetRequest()OpResultgetResult()booleanshouldRunInBackground()
-
Method Details
-
execute
void execute() -
getRequest
OpRequest getRequest() -
getResult
OpResult getResult() -
shouldRunInBackground
boolean shouldRunInBackground() -
getName
java.lang.String getName()
-