com.telelogic.rhapsody.core
Class RPIntegratorListener

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

public abstract class RPIntegratorListener
extends java.lang.Object


Constructor Summary
RPIntegratorListener()
           
 
Method Summary
abstract  void afterImportModel(IRPModelElement rootElement)
          Called after import model is completed
 boolean connect(IRPIntegrator connectionPoint)
           
 boolean disconnect()
           
protected  void finalize()
           
abstract  java.lang.String getId()
          Gets the id of the listener
abstract  java.lang.String subscribedTo()
          Get the application's name that Rhapsody integrates with
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RPIntegratorListener

public RPIntegratorListener()
Method Detail

connect

public boolean connect(IRPIntegrator connectionPoint)

disconnect

public boolean disconnect()

finalize

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

afterImportModel

public abstract void afterImportModel(IRPModelElement rootElement)
Called after import model is completed

Throws:
RhapsodyRuntimeException

getId

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

Throws:
RhapsodyRuntimeException

subscribedTo

public abstract java.lang.String subscribedTo()
Get the application's name that Rhapsody integrates with

Throws:
RhapsodyRuntimeException