wt.container.batch
Class RemoveAssertion

java.lang.Object
  extended by wt.container.batch.Assertion
      extended by wt.container.batch.RemoveAssertion
All Implemented Interfaces:
Serializable

public class RemoveAssertion
extends wt.container.batch.Assertion
implements Serializable

Assertion which indicates that the target is being removed from the BatchContainer

Supported API: true

Extendable: false

See Also:
Serialized Form

Constructor Summary
RemoveAssertion(BatchContainer container, Object target)
          Create a RemoveAssertion against the BatchContainer and target object.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoveAssertion

public RemoveAssertion(BatchContainer container,
                       Object target)
Create a RemoveAssertion against the BatchContainer and target object.

Supported API: true

Parameters:
container -
target -