|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGenericEvent
IGenericEvent is the interface representing the class GenericEvent
.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
void |
addGroup(IGenericGroup group)
Adds a group to this event |
IGenericGroup |
getGroup(java.lang.String id)
Returns the group with the specified name |
java.util.Collection |
getGroups()
Returns this event's groups as a collection of IGenericGroup |
java.lang.String |
getName()
Returns the event's name |
void |
removeGroups()
Removes all groups from this event |
void |
setGroups(java.util.Collection groups)
Sets this event's collection of groups |
void |
setName(java.lang.String id)
Sets the name of this event |
IGenericGroup |
traverseGroupPath(java.util.List path)
Returns the last nested group specified in path. |
Field Detail |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
java.lang.String getName()
void setName(java.lang.String id) throws SensorEventException
SensorEventException
void addGroup(IGenericGroup group) throws SensorEventException
SensorEventException
IGenericGroup getGroup(java.lang.String id) throws SensorEventException
SensorEventException
java.util.Collection getGroups()
IGenericGroup
void removeGroups()
void setGroups(java.util.Collection groups) throws SensorEventException
SensorEventException
IGenericGroup traverseGroupPath(java.util.List path) throws SensorEventException
SensorEventException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |