public interface EventPool extends NamedDocumentable
The following features are supported:
OsgiPackage.getEventPool()
Modifier and Type | Method and Description |
---|---|
String |
getFilter()
Returns the value of the 'Filter' attribute.
|
int |
getSize()
Returns the value of the 'Size' attribute.
|
void |
setFilter(String value)
Sets the value of the '
Filter ' attribute. |
void |
setSize(int value)
Sets the value of the '
Size ' attribute. |
getName, setName
getShortDescription, setShortDescription
String getFilter()
If the meaning of the 'Filter' attribute isn't clear, there really should be more of a description here...
setFilter(String)
,
OsgiPackage.getEventPool_Filter()
void setFilter(String value)
Filter
' attribute.
value
- the new value of the 'Filter' attribute.getFilter()
int getSize()
If the meaning of the 'Size' attribute isn't clear, there really should be more of a description here...
setSize(int)
,
OsgiPackage.getEventPool_Size()