public class GroupEvent
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GroupEvent.EventType |
| Constructor and Description |
|---|
GroupEvent(GroupEvent.EventType type,
java.lang.String groupID)
Construct event object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
GroupEvent.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 GroupEvent(GroupEvent.EventType type, java.lang.String groupID)
type - event typegroupID - group IDpublic GroupEvent.EventType getEventType()
public java.lang.String getGroupID()
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.