IBM Rational Software Modeler
Release 6.0

com.ibm.xtools.patterns.framework
Class PatternParameterValue.Added.Consumer

java.lang.Object
  extended bycom.ibm.xtools.patterns.framework.PatternParameterValue.Added.Consumer
Enclosing class:
PatternParameterValue.Added

public abstract static class PatternParameterValue.Added.Consumer
extends Object

The consumer callback interface for the added state.


Constructor Summary
PatternParameterValue.Added.Consumer()
           
 
Method Summary
abstract  void consume(PatternParameterValue.Added added)
          A method that is called for each particular added value that is appropriate.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PatternParameterValue.Added.Consumer

public PatternParameterValue.Added.Consumer()
Method Detail

consume

public abstract void consume(PatternParameterValue.Added added)
A method that is called for each particular added value that is appropriate.

Parameters:
added - the added value to consume

IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2004. All rights reserved.