public class DataSubscriptionChangeNotification extends EventArgs
Constructor and Description |
---|
DataSubscriptionChangeNotification() |
Modifier and Type | Method and Description |
---|---|
long |
getId()
Subscription identifier for which a notification was created
|
DataSubscriptionChangeTypes |
getType()
Type of subscription change
|
void |
setId(long id)
Subscription identifier for which a notification was created
|
void |
setType(DataSubscriptionChangeTypes type)
Type of subscription change
|
public long getId()
public void setId(long id)
public DataSubscriptionChangeTypes getType()
public void setType(DataSubscriptionChangeTypes type)
Copyright © 2016. All Rights Reserved.