com.telelogic.rhapsody.core
Class RPCodeGeneratorListener

java.lang.Object
  extended by com.telelogic.rhapsody.core.RPCodeGeneratorListener

public abstract class RPCodeGeneratorListener
extends java.lang.Object


Constructor Summary
RPCodeGeneratorListener()
           
 
Method Summary
 boolean connect(IRPCodeGenerator connectionPoint)
           
 boolean disconnect()
           
protected  void finalize()
           
abstract  java.lang.String getId()
          Gets the id of the listener
abstract  void onCodeGenerationCompleted()
          Called after code generation is completed
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RPCodeGeneratorListener

public RPCodeGeneratorListener()
Method Detail

connect

public boolean connect(IRPCodeGenerator connectionPoint)

disconnect

public boolean disconnect()

finalize

protected void finalize()
                 throws java.lang.Throwable
Overrides:
finalize in class java.lang.Object
Throws:
java.lang.Throwable

getId

public abstract java.lang.String getId()
Gets the id of the listener

Throws:
RhapsodyRuntimeException

onCodeGenerationCompleted

public abstract void onCodeGenerationCompleted()
Called after code generation is completed

Throws:
RhapsodyRuntimeException