Documentation of 'org.jgrapht.event.ConnectedComponentTraversalEvent' Java class
ConnectedComponentTraversalEvent
org.jgrapht.event

Class ConnectedComponentTraversalEvent

  • All Implemented Interfaces:
    java.io.Serializable


    public class ConnectedComponentTraversalEvent
    extends java.util.EventObject
    A traversal event with respect to a connected component.
    Since:
    Aug 11, 2003
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      ConnectedComponentTraversalEvent(java.lang.Object eventSource, int type)
      Creates a new ConnectedComponentTraversalEvent.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      int getType()
      Returns the event type.
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • CONNECTED_COMPONENT_STARTED

        public static final int CONNECTED_COMPONENT_STARTED
        Connected component traversal started event.
        See Also:
        Constant Field Values
      • CONNECTED_COMPONENT_FINISHED

        public static final int CONNECTED_COMPONENT_FINISHED
        Connected component traversal finished event.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ConnectedComponentTraversalEvent

        public ConnectedComponentTraversalEvent(java.lang.Object eventSource,
                                                int type)
        Creates a new ConnectedComponentTraversalEvent.
        Parameters:
        eventSource - the source of the event.
        type - the type of event.
    • Method Detail

      • getType

        public int getType()
        Returns the event type.
        Returns:
        the event type.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.