Uses of Class
org.graphstream.graph.implementations.AbstractElement.AttributeChangeEvent

Packages that use AbstractElement.AttributeChangeEvent
org.graphstream.graph.implementations   
org.graphstream.stream   
 

Uses of AbstractElement.AttributeChangeEvent in org.graphstream.graph.implementations
 

Methods in org.graphstream.graph.implementations that return AbstractElement.AttributeChangeEvent
static AbstractElement.AttributeChangeEvent AbstractElement.AttributeChangeEvent.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AbstractElement.AttributeChangeEvent[] AbstractElement.AttributeChangeEvent.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of AbstractElement.AttributeChangeEvent in org.graphstream.stream
 

Methods in org.graphstream.stream with parameters of type AbstractElement.AttributeChangeEvent
 void SourceBase.sendAttributeChangedEvent(String sourceId, long timeId, String eltId, SourceBase.ElementType eltType, String attribute, AbstractElement.AttributeChangeEvent event, Object oldValue, Object newValue)
           
 void SourceBase.sendAttributeChangedEvent(String sourceId, String eltId, SourceBase.ElementType eltType, String attribute, AbstractElement.AttributeChangeEvent event, Object oldValue, Object newValue)
          Send a add/change/remove attribute event on an element.
 



Copyright © 2012. All Rights Reserved.