Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse Draw2d
3.3

org.eclipse.draw2d
Class RoutingListener.Stub

java.lang.Object
  extended by
org.eclipse.draw2d.RoutingListener.Stub
All Implemented Interfaces:
RoutingListener
Enclosing class:
RoutingListener

public static class RoutingListener.Stub
extends java.lang.Object
implements RoutingListener

A stub implementation which implements all required methods.

Since:
3.2

Nested Class Summary
 
Nested classes inherited from class org.eclipse.draw2d. RoutingListener
RoutingListener.Stub
 
Constructor Summary
RoutingListener.Stub ()
           
 
Method Summary
 void invalidate ( Connection connection)
          Called when the connection has been invalidated.
 void postRoute ( Connection connection)
          Called after normal routing has completed.
 void remove ( Connection connection)
          Called when a connection has been removed from its router.
 boolean route ( Connection connection)
          Called prior to routing occurring.
 void setConstraint ( Connection connection, java.lang.Object constraint)
          Called when the connection's routing constraint has been set or initialized.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoutingListener.Stub

public RoutingListener.Stub()
Method Detail

invalidate

public void invalidate(
Connection connection)
Description copied from interface: RoutingListener
Called when the connection has been invalidated.

Specified by:
invalidate in interface RoutingListener
Parameters:
connection - the connection

postRoute

public void postRoute(
Connection connection)
Description copied from interface: RoutingListener
Called after normal routing has completed.

Specified by:
postRoute in interface RoutingListener
Parameters:
connection - the routed connection

remove

public void remove(
Connection connection)
Description copied from interface: RoutingListener
Called when a connection has been removed from its router.

Specified by:
remove in interface RoutingListener
Parameters:
connection - the connection

route

public boolean route(
Connection connection)
Description copied from interface: RoutingListener
Called prior to routing occurring. A listener may intercept routing by returning true. If intercepted, the connection's ConnectionRouter will not perform routing.

Specified by:
route in interface RoutingListener
Parameters:
connection - the connection being routed
Returns:
true if routing has been performed by the listener

setConstraint

public void setConstraint(
Connection connection,
                          java.lang.Object constraint)
Description copied from interface: RoutingListener
Called when the connection's routing constraint has been set or initialized.

Specified by:
setConstraint in interface RoutingListener
Parameters:
connection - the connection
constraint - the new constraint

Eclipse Draw2d
3.3

Copyright (c) IBM Corp. and others 2000, 2007. All Rights Reserved.

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire