public class SDMModelEvent extends EventObject
SDMModelEvent
are sent to SDMModelListener
s
by an IlvSDMModel
.source
Constructor and Description |
---|
SDMModelEvent(Object source,
Object object,
boolean adjusting)
Creates a new
SDMModelEvent . |
Modifier and Type | Method and Description |
---|---|
IlvSDMModel |
getModel()
Returns the source of this event, cast
to the type
IlvSDMModel . |
Object |
getObject()
Returns the application object
that has been added, removed, or modified.
|
boolean |
isAdjusting()
Returns the flag that indicates whether the modification is
part of a series of related modifications.
|
getSource, toString
public SDMModelEvent(Object source, Object object, boolean adjusting)
SDMModelEvent
.source
- The event source.object
- The application object that has been added,
removed, or modified.adjusting
- A flag that indicates whether the modification is
part of a series of related modifications. This flag is set
to the value passed during the last call to the model's
IlvSDMModel.setAdjusting(boolean)
method.public IlvSDMModel getModel()
IlvSDMModel
.public Object getObject()
public boolean isAdjusting()
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.