com.telelogic.rhapsody.core
Class RPRoundTripListener

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

public abstract class RPRoundTripListener
extends java.lang.Object


Constructor Summary
RPRoundTripListener()
           
 
Method Summary
abstract  void afterRoundTrip(IRPCollection Items)
          Called after round trip was finished
abstract  void beforeRoundTrip(IRPCollection Items)
          Called before round trip is started
 boolean connect(IRPRoundTrip connectionPoint)
           
 boolean disconnect()
           
protected  void finalize()
           
abstract  java.lang.String getId()
          Gets the id of the listener
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RPRoundTripListener

public RPRoundTripListener()
Method Detail

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