Class S7PlcSubscriptionHandle
- java.lang.Object
-
- org.apache.plc4x.java.spi.model.DefaultPlcSubscriptionHandle
-
- org.apache.plc4x.java.s7.readwrite.utils.S7PlcSubscriptionHandle
-
- All Implemented Interfaces:
PlcSubscriptionHandle
public class S7PlcSubscriptionHandle extends DefaultPlcSubscriptionHandle
-
-
Constructor Summary
Constructors Constructor Description S7PlcSubscriptionHandle(String id, EventType eventType, PlcSubscriber plcSubscriber)S7PlcSubscriptionHandle(EventType eventType, PlcSubscriber plcSubscriber)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEventId()EventTypegetEventType()-
Methods inherited from class org.apache.plc4x.java.spi.model.DefaultPlcSubscriptionHandle
equals, hashCode, register, toString
-
-
-
-
Constructor Detail
-
S7PlcSubscriptionHandle
public S7PlcSubscriptionHandle(EventType eventType, PlcSubscriber plcSubscriber)
-
S7PlcSubscriptionHandle
public S7PlcSubscriptionHandle(String id, EventType eventType, PlcSubscriber plcSubscriber)
-
-