| vicazh.hyperpool.SelectorMBean
All known Subclasses: vicazh.hyperpool.ISelector, vicazh.hyperpool.Selector,
SelectorMBean | public interface SelectorMBean extends ElementMBean(Code) | | The interface for all selector elements
author: Victor Zhigunov version: 0.4.0 |
added | void added(int index)(Code) | | Sent after the line in the index position have been inserted in the
group.
Parameters: index - line position in the group |
getDef | int getDef()(Code) | | Get the default line index
|
removed | void removed(int index)(Code) | | Sent after the line in the index position have been removed from the
group.
Parameters: index - line position in the group |
setDef | void setDef(int def)(Code) | | Set the default line index
|
|
|