public interface ConstraintEvent
ConstraintEvent
defines the abstract behavior of all events
fired by IlvConstraint
's. Typically these are
ConstraintPropertyEvent
's,
but technically they can be any event fired by a constraint. Interested
ConstraintListener
's must register with the gantt data model to
receive these events. IlvConstraint
does not handle direct
listener subscriptions.Modifier and Type | Method and Description |
---|---|
IlvConstraint |
getConstraint()
Returns the constraint where this event originated.
|
IlvConstraint getConstraint()
IlvConstraint
where the event originated.© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.