Class VariableListenerNotification
- java.lang.Object
-
- org.optaplanner.core.impl.domain.variable.listener.support.VariableListenerNotification
-
public class VariableListenerNotification extends Object
-
-
Constructor Summary
Constructors Constructor Description VariableListenerNotification(Object entity, VariableListenerNotificationType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Warning: do not test equality ofVariableListenerNotifications for differentVariableListeners (soShadowVariableDescriptors) because equality does not take those into account (for performance)!ObjectgetEntity()VariableListenerNotificationTypegetType()inthashCode()
-
-
-
Constructor Detail
-
VariableListenerNotification
public VariableListenerNotification(Object entity, VariableListenerNotificationType type)
-
-
Method Detail
-
getEntity
public Object getEntity()
-
getType
public VariableListenerNotificationType getType()
-
equals
public boolean equals(Object o)
Warning: do not test equality ofVariableListenerNotifications for differentVariableListeners (soShadowVariableDescriptors) because equality does not take those into account (for performance)!
-
-