inpro.incremental.processor
Class SynthesisModule.NotifyCompletedOnOngoing

java.lang.Object
  extended by inpro.incremental.processor.SynthesisModule.NotifyCompletedOnOngoing
All Implemented Interfaces:
IU.IUUpdateListener
Enclosing class:
SynthesisModule

 class SynthesisModule.NotifyCompletedOnOngoing
extends java.lang.Object
implements IU.IUUpdateListener

notifies the given PhraseIU when the IU this is listening to is completed


Field Summary
(package private)  PhraseIU completed
           
 
Constructor Summary
SynthesisModule.NotifyCompletedOnOngoing(PhraseIU notify)
           
 
Method Summary
 void update(IU updatedIU)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

completed

PhraseIU completed
Constructor Detail

SynthesisModule.NotifyCompletedOnOngoing

SynthesisModule.NotifyCompletedOnOngoing(PhraseIU notify)
Method Detail

update

public void update(IU updatedIU)
Specified by:
update in interface IU.IUUpdateListener