Package jmri.jmrit.logixng
Interface FemaleSocketListener
- All Known Implementing Classes:
ActionLightIntensity,ActionListenOnBeansLocalVariable,ActionShutDownTask,ActionThrottle,ActionTimer,AnalogFormula,AnalogMany,And,Antecedent,ClipboardMany,DefaultConditionalNG,DefaultFemaleGenericExpressionSocket,DefaultModule,DigitalBooleanLogixAction,DigitalBooleanMany,DigitalFormula,DigitalFormula,DigitalMany,DoAnalogAction,DoStringAction,ExecuteDelayed,For,ForEach,ForEachWithDelay,Hold,IfThenElse,Logix,Not,Or,ProgramOnMain,RunOnce,Sequence,ShowDialog,StringFormula,StringMany,TableForEach,Timeout,TriggerOnce,WebBrowser,WebRequest
public interface FemaleSocketListener
A listener for when a socket is connected or disconnected.
-
Method Summary
Modifier and TypeMethodDescriptionvoidconnected(FemaleSocket socket) The socket is connected.voiddisconnected(FemaleSocket socket) The socket is disconnected.default voidsocketNameChanged(FemaleSocket socket) The socket name is changed.
-
Method Details
-
connected
The socket is connected.- Parameters:
socket- the socket
-
disconnected
The socket is disconnected.- Parameters:
socket- the socket
-
socketNameChanged
The socket name is changed.- Parameters:
socket- the socket
-