Class DebuggerMaleAnalogExpressionSocketFactory
java.lang.Object
jmri.jmrit.logixng.tools.debugger.DebuggerMaleAnalogExpressionSocketFactory
- All Implemented Interfaces:
MaleAnalogExpressionSocketFactory,MaleSocketFactory<MaleAnalogExpressionSocket>
public class DebuggerMaleAnalogExpressionSocketFactory
extends Object
implements MaleAnalogExpressionSocketFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionencapsulateMaleSocket(BaseManager<MaleAnalogExpressionSocket> manager, MaleAnalogExpressionSocket maleSocket) Encapsulate a male socket into another male socket.
-
Constructor Details
-
DebuggerMaleAnalogExpressionSocketFactory
-
-
Method Details
-
encapsulateMaleSocket
public MaleAnalogExpressionSocket encapsulateMaleSocket(BaseManager<MaleAnalogExpressionSocket> manager, MaleAnalogExpressionSocket maleSocket) Description copied from interface:MaleSocketFactoryEncapsulate a male socket into another male socket.- Specified by:
encapsulateMaleSocketin interfaceMaleSocketFactory<MaleAnalogExpressionSocket>- Parameters:
manager- the manager that registers this male socketmaleSocket- the male socket to be encapsulated- Returns:
- the new male socket that encapsulates the old male socket
-