Class WindowSizeAgentBuilder
java.lang.Object
org.zkoss.zats.mimic.impl.operation.AbstractSizeAgentBuilder
org.zkoss.zats.mimic.impl.operation.WindowSizeAgentBuilder
- All Implemented Interfaces:
OperationAgentBuilder<ComponentAgent,SizeAgent>
- Author:
- dennis
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetOperation(ComponentAgent agent) This method create and return a specific implementation ofOperationAgentobject for specified OperationAgent class.Methods inherited from class org.zkoss.zats.mimic.impl.operation.AbstractSizeAgentBuilder
getOperationClass
-
Constructor Details
-
WindowSizeAgentBuilder
public WindowSizeAgentBuilder()
-
-
Method Details
-
getOperation
Description copied from interface:OperationAgentBuilderThis method create and return a specific implementation ofOperationAgentobject for specified OperationAgent class. Similar to factory pattern.- Returns:
- the operation agent
-