public class CompositeLocomotiveListener extends java.lang.Object implements LocomotiveListener
| Constructor and Description |
|---|
CompositeLocomotiveListener(java.util.List<LocomotiveListener> listeners) |
| Modifier and Type | Method and Description |
|---|---|
void |
circusTrainShutDown(CompletionCode completionCode,
java.util.Map<java.lang.String,java.lang.Long> metrics) |
void |
circusTrainStartUp(java.lang.String[] args,
EventSourceCatalog sourceCatalog,
EventReplicaCatalog replicaCatalog) |
public CompositeLocomotiveListener(java.util.List<LocomotiveListener> listeners)
public void circusTrainStartUp(java.lang.String[] args,
EventSourceCatalog sourceCatalog,
EventReplicaCatalog replicaCatalog)
circusTrainStartUp in interface LocomotiveListenerpublic void circusTrainShutDown(CompletionCode completionCode, java.util.Map<java.lang.String,java.lang.Long> metrics)
circusTrainShutDown in interface LocomotiveListenerCopyright © 2016–2022 Expedia Group. All rights reserved.