bridge
Class RoutMatcherEvent

java.lang.Object
  extended by bridge.RoutMatcherEvent

public class RoutMatcherEvent
extends java.lang.Object


Method Summary
 ConnectionAnswer getConnectionAnswer()
           
 ConnectionInvitation getConnectionInvitation()
           
 RoutMatcher getRoutMatcher()
           
 boolean isRoadEstablished()
          At this time we don't know that the road is already created, only we found two corresponding clients.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getRoutMatcher

public RoutMatcher getRoutMatcher()

getConnectionAnswer

public ConnectionAnswer getConnectionAnswer()

getConnectionInvitation

public ConnectionInvitation getConnectionInvitation()

isRoadEstablished

public boolean isRoadEstablished()
At this time we don't know that the road is already created, only we found two corresponding clients.

Returns:
true - is match found at rout matcher.