public class VariableListenerNotification extends Object
| Constructor and Description |
|---|
VariableListenerNotification(Object entity,
VariableListenerNotificationType type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Warning: do not test equality of
VariableListenerNotifications for different VariableListeners
(so ShadowVariableDescriptors) because equality does not take those into account (for performance)! |
Object |
getEntity() |
VariableListenerNotificationType |
getType() |
int |
hashCode() |
public VariableListenerNotification(Object entity, VariableListenerNotificationType type)
public Object getEntity()
public VariableListenerNotificationType getType()
public boolean equals(Object o)
VariableListenerNotifications for different VariableListeners
(so ShadowVariableDescriptors) because equality does not take those into account (for performance)!Copyright © 2006–2021 JBoss by Red Hat. All rights reserved.