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