com.telelogic.rhapsody.core
Class RPIntegratorListener
java.lang.Object
com.telelogic.rhapsody.core.RPIntegratorListener
public abstract class RPIntegratorListener
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RPIntegratorListener
public RPIntegratorListener()
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