com.hp.hpl.jena.graph
Class GraphEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bycom.hp.hpl.jena.graph.GraphEvent
All Implemented Interfaces:
java.io.Serializable

public class GraphEvent
extends java.util.EventObject

Author:
Jeremy Carroll
See Also:
Serialized Form

Constructor Summary
GraphEvent(Graph g)
          Constructor for GraphEvent.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GraphEvent

public GraphEvent(Graph g)
Constructor for GraphEvent.

Parameters:
g - The graph which has been modified.


Copyright © 2001-2003 Hewlett-Packard. All Rights Reserved.