public class Flow
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<HandlerDescription> |
list
Field list
|
| Constructor and Description |
|---|
Flow()
Constructor FlowImpl
|
| Modifier and Type | Method and Description |
|---|---|
void |
addHandler(HandlerDescription handler)
Method addHandler.
|
HandlerDescription |
getHandler(int index)
Method getHandler.
|
int |
getHandlerCount()
Method getHandlerCount.
|
protected final java.util.List<HandlerDescription> list
public void addHandler(HandlerDescription handler)
handler - public HandlerDescription getHandler(int index)
index - public int getHandlerCount()
Copyright © 2004-2021 The Apache Software Foundation. All Rights Reserved.