com.telelogic.rhapsody.core
Class RPRoundTripListener
java.lang.Object
com.telelogic.rhapsody.core.RPRoundTripListener
public abstract class RPRoundTripListener
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RPRoundTripListener
public RPRoundTripListener()
connect
public boolean connect(IRPRoundTrip connectionPoint)
disconnect
public boolean disconnect()
finalize
protected void finalize()
throws java.lang.Throwable
- Overrides:
finalize
in class java.lang.Object
- Throws:
java.lang.Throwable
afterRoundTrip
public abstract void afterRoundTrip(IRPCollection Items)
- Called after round trip was finished
- Throws:
RhapsodyRuntimeException
beforeRoundTrip
public abstract void beforeRoundTrip(IRPCollection Items)
- Called before round trip is started
- Throws:
RhapsodyRuntimeException
getId
public abstract java.lang.String getId()
- Gets the id of the listener
- Throws:
RhapsodyRuntimeException