public class Flow extends Object
Modifier and Type | Field and Description |
---|---|
protected 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 List<HandlerDescription> list
public void addHandler(HandlerDescription handler)
handler
- public HandlerDescription getHandler(int index)
index
- public int getHandlerCount()
Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.