public abstract class BaseAclfBusHelper
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected BaseAclfBus<?,?> |
bus |
Constructor and Description |
---|
BaseAclfBusHelper(BaseAclfBus<?,?> bus)
Constructor that initializes the bus instance.
|
protected BaseAclfBus<?,?> bus
public BaseAclfBusHelper(BaseAclfBus<?,?> bus)
bus
- The bus instance to be used by this helper.