org.w3c.tools.resources.event
Class StructureChangedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.w3c.tools.resources.event.ResourceEvent
          extended by org.w3c.tools.resources.event.StructureChangedEvent
All Implemented Interfaces:
java.io.Serializable

public class StructureChangedEvent
extends ResourceEvent

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.w3c.tools.resources.event.ResourceEvent
id
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
StructureChangedEvent(ResourceReference ref, int type)
          Create a structure change event.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class org.w3c.tools.resources.event.ResourceEvent
getID
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StructureChangedEvent

public StructureChangedEvent(ResourceReference ref,
                             int type)
Create a structure change event.

Parameters:
source - The resource emitting the event.
type - The kind of event being emitted.
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.util.EventObject