Class DebuggerMaleStringActionSocketFactory
java.lang.Object
jmri.jmrit.logixng.tools.debugger.DebuggerMaleStringActionSocketFactory
- All Implemented Interfaces:
MaleSocketFactory<MaleStringActionSocket>,MaleStringActionSocketFactory
public class DebuggerMaleStringActionSocketFactory
extends Object
implements MaleStringActionSocketFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionencapsulateMaleSocket(BaseManager<MaleStringActionSocket> manager, MaleStringActionSocket maleSocket) Encapsulate a male socket into another male socket.
-
Constructor Details
-
DebuggerMaleStringActionSocketFactory
-
-
Method Details
-
encapsulateMaleSocket
public MaleStringActionSocket encapsulateMaleSocket(BaseManager<MaleStringActionSocket> manager, MaleStringActionSocket maleSocket) Description copied from interface:MaleSocketFactoryEncapsulate a male socket into another male socket.- Specified by:
encapsulateMaleSocketin interfaceMaleSocketFactory<MaleStringActionSocket>- 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
-