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