- All Superinterfaces:
Named,PhysicalPort,TokenTyped
- All Known Subinterfaces:
RecordOutput
Marker interface for physical outputs.
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddListener(OutputEventListener listener) Registers a listener for output events.Methods inherited from interface com.pervasive.datarush.ports.PhysicalPort
detach, getStats, getType, isAttached
-
Method Details
-
addListener
Registers a listener for output events.- Parameters:
listener- the listener to notify when events occur
-