|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IInputMethodSelectionHandler
This interface defines the handle methods for the input method radio button selection.
The methods should be declared protected. Since this is not possible in an interface
declaration any implementation must assertain, that the method is not called from anywhere
else.
| Method Summary | |
|---|---|
void |
handleOnClickWithDBConnection(boolean selected)
Handle the action of the selecting/unselecting of the radio button with database connection. |
void |
handleOnClickWithInputFile(boolean selected)
Handle the action of the selecting/unselecting of the radio button with input file |
void |
handleOnClickWithoutDB(boolean selected)
Handle the action of the selecting/unselecting of the radio button without database |
| Method Detail |
|---|
void handleOnClickWithoutDB(boolean selected)
selected - is the radio button selectedvoid handleOnClickWithInputFile(boolean selected)
selected - is the radio button selectedvoid handleOnClickWithDBConnection(boolean selected)
selected - is the radio button selected
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||