|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@StableMinor(version="6.1", sinceVersion="4.1") public interface ICategory
A category of monitored IEvent
's. A category has the objective to
organize events into groups.
Method Summary | |
---|---|
void |
addEvent(IEvent event)
Adds an event to this category. |
java.lang.String |
getDescription()
Returns the description for this category. |
java.util.Collection<? extends IEvent> |
getEvents()
Returns the collection of events that belong to this category. |
java.lang.String |
getId()
Returns the identifier for this category. |
java.lang.String |
getName()
Returns the name for this category. |
java.lang.String |
getStringResourcePath()
The string resource path for localizing this category's strings. |
void |
setDescription(java.lang.String description)
Sets the description for this category. |
void |
setName(java.lang.String name)
Sets the name for this category. |
void |
setStringResourcePath(java.lang.String stringResourcePath)
Sets the string resource path for this category. |
Method Detail |
---|
java.lang.String getId()
java.util.Collection<? extends IEvent> getEvents()
void addEvent(IEvent event)
event
- the event to add.java.lang.String getDescription()
getStringResourcePath()
.
void setDescription(java.lang.String description)
description
- the description to set.getDescription()
java.lang.String getName()
getStringResourcePath()
.
void setName(java.lang.String name)
name
- the name.getName()
java.lang.String getStringResourcePath()
void setStringResourcePath(java.lang.String stringResourcePath)
stringResourcePath
- the string resource path.getStringResourcePath()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |