public class GroupComponentEvent
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GroupComponentEvent.EventType |
| Constructor and Description |
|---|
GroupComponentEvent(GroupComponentEvent.EventType type,
java.lang.String groupID,
ControlUnitID id)
Construct event object
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
ControlUnitID |
getComponentID()
Returns ID of the component for which the event is.
|
GroupComponentEvent.EventType |
getEventType()
Returns the type of the event.
|
java.lang.String |
getGroupID()
Returns ID of the group for which the event is.
|
int |
hashCode() |
java.lang.String |
toString() |
public GroupComponentEvent(GroupComponentEvent.EventType type, java.lang.String groupID, ControlUnitID id)
type - event typegroupID - group IDid - component IDpublic GroupComponentEvent.EventType getEventType()
public java.lang.String getGroupID()
public ControlUnitID getComponentID()
public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2019 Bosch Software Innovations GmbH. All Rights Reserved.