@Deprecated public class IltNoStatePropagator extends Object implements IltStatePropagator
Constructor and Description |
---|
IltNoStatePropagator()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
computeState(IltContainer container)
Deprecated.
Computes a state for the container, depending on the state of the
detail objects.
|
void |
computeStateIncrementally(IltContainer container,
IltStateChangedEvent event)
Deprecated.
Recomputes a state for the container, after the state of one of the
detail objects has changed.
|
public void computeState(IltContainer container)
IltStatePropagator
IltContainer.setObjectState
.
This function is called when the container has just been created, and
may also be called by computeStateIncrementally
.
computeState
in interface IltStatePropagator
public void computeStateIncrementally(IltContainer container, IltStateChangedEvent event)
IltStatePropagator
In its simplest implementation, this function can call
computeState(container)
.
computeStateIncrementally
in interface IltStatePropagator
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.