|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IActiveConnectionCategoryService
A service providing connection category selection. Typically this is used to bind a piece of UI to a selected connection category.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
void |
addActiveConnectionCategoryListener(IActiveConnectionCategoryListener listener)
Adds a new IActiveConnectionCategoryListener to this service, which will be notified whenever the active
connection category provided by this service changes. |
java.lang.String |
getActiveConnectionCategory()
Returns the ID of the currently active connection category, according to this connection category service, or null if no connection category is active. |
void |
removeActiveConnectionCategoryListener(IActiveConnectionCategoryListener listener)
Removes an existing IActiveConnectionCategoryListener from this service. |
Field Detail |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
void addActiveConnectionCategoryListener(IActiveConnectionCategoryListener listener)
IActiveConnectionCategoryListener
to this service, which will be notified whenever the active
connection category provided by this service changes.
listener
- the listener to be addedvoid removeActiveConnectionCategoryListener(IActiveConnectionCategoryListener listener)
IActiveConnectionCategoryListener
from this service.
listener
- the listener to removejava.lang.String getActiveConnectionCategory()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |