public static interface CompositeByteArray.CursorListener
| Modifier and Type | Method and Description |
|---|---|
void |
enteredFirstComponent(int componentIndex,
ByteArray component)
Called when the first component in the composite is entered by the cursor.
|
void |
enteredLastComponent(int componentIndex,
ByteArray component)
Called when the last component in the composite is entered by the cursor.
|
void |
enteredNextComponent(int componentIndex,
ByteArray component)
Called when the next component in the composite is entered by the cursor.
|
void |
enteredPreviousComponent(int componentIndex,
ByteArray component)
Called when the previous component in the composite is entered by the cursor.
|
void enteredFirstComponent(int componentIndex,
ByteArray component)
componentIndex - The component positioncomponent - The component to usevoid enteredNextComponent(int componentIndex,
ByteArray component)
componentIndex - The component positioncomponent - The component to usevoid enteredPreviousComponent(int componentIndex,
ByteArray component)
componentIndex - The component positioncomponent - The component to usevoid enteredLastComponent(int componentIndex,
ByteArray component)
componentIndex - The component positioncomponent - The component to useCopyright © 2004–2024 Apache MINA Project. All rights reserved.