Package jsl.utilities
Interface ResponseMakerIfc
-
- All Superinterfaces:
GetNameIfc
,IdentityIfc
- All Known Subinterfaces:
ResponseAndControlIfc
public interface ResponseMakerIfc extends IdentityIfc
Implementors of this interface should be able to return an instance of the Responses class or null
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Responses
makeResponses()
Returns a valid instance of Responses that can be used with this ResponseMakerIfc or null-
Methods inherited from interface jsl.utilities.GetNameIfc
getName
-
Methods inherited from interface jsl.utilities.IdentityIfc
getId
-
-
-
-
Method Detail
-
makeResponses
Responses makeResponses()
Returns a valid instance of Responses that can be used with this ResponseMakerIfc or null- Returns:
-
-