Package mgui.interfaces.attributes
Interface AttributeListener
- All Known Implementing Classes:
AbstractAxon,AbstractCompartment,AbstractCorticalConnection,AbstractCorticalInput,AbstractCorticalOutput,AbstractCorticalRegion,AbstractDendrite,AbstractDendrites,AbstractMotorNeuron,AbstractNetworkComponent,AbstractNetworkGraph,AbstractNeuroComponent,AbstractNeuron,AbstractNeuronalComponent,AbstractSensoryNeuron,AbstractSoma,AbstractSynapse,AttributeList,AttributeObjectVideoTaskDialogPanel,Axes3D,BoolPolygon2DInt,Box3DInt,Camera3D.CameraLightSource,ChangeSectionVideoTaskDialogPanel,Circle2DInt,CompartmentalComponent,CompartmentalDendrite,CompartmentalNeuron,CompartmentalSoma,ConnectableNeuron,ContinuousColourBar,CorticalHemisphereSet3DInt,CorticalNetworkGraph,CorticalRegion,CorticalSurfaceSet3DInt,CorticalVolume,CorticalVolume,DataField,DefaultGraph,DiscreteColourMapLayout,Ellipse2DInt,Graph2DInt,Graph3DInt,Graphic2DGrid,GridVertexDataColumn,Image2DInt,Image3DInt,InterfaceAbstractGraph,InterfaceAttributePanel,InterfaceButtonPanel,InterfaceCaminoPanel,InterfaceCoCoMacPanel,InterfaceComboPanel,InterfaceConsoleDisplay,InterfaceCorticalThicknessPanel,InterfaceDatasourcePanel,InterfaceDataTable,InterfaceDataTableTitle,InterfaceDisplayPanel,InterfaceDynamicModelPanel,InterfaceFilePanel,InterfaceGraphDisplay,InterfaceGraphDisplayTitle,InterfaceGraphic,InterfaceGraphic2D,InterfaceGraphic3D,InterfaceGraphicPanel,InterfaceGraphicWindow,InterfaceHideablePanel,InterfaceLayoutPanel,InterfaceLayoutWindow,InterfaceListPanel,InterfaceMapPanel,InterfaceMeshPanel,InterfaceMorphPanel,InterfaceMorphPanel2,InterfaceNeuroMeshPanel,InterfaceNeuroMeshPanel2,InterfacePanel,InterfacePipelinesPanel,InterfacePlot,InterfacePlotDisplay,InterfacePlotMgui,InterfacePlotMulti,InterfacePlotObject,InterfacePlotOsp,InterfacePlotPanel,InterfacePlotSgt,InterfacePolygonPanel,InterfaceProject,InterfaceProjectPanel,InterfaceQueryPanel,InterfaceRadialRep,InterfaceRadialRep2,InterfaceSectionSetPanel,InterfaceSelectionPanel,InterfaceSelectionSet,InterfaceShape,InterfaceShapesPanel,InterfaceSplitPanel,InterfaceStatusBarPanel,InterfaceStripChart,InterfaceTabbedDisplayPanel,InterfaceTool2DPanel,InterfaceToolPanel,InterfaceTreePanel,InterfaceVolumePanel,InterfaceVolumeSetPanel,IntPolygon2DInt,Line2DInt,LPolygon2DInt,LPolygon3DInt,MatrixImagePlot,Mesh2DInt,Mesh3DInt,MorphSections3DInt,NeuralNetGraph,NeuronalCompartmentalComponent,Plane3DInt,Point2DInt,PointSet2DInt,PointSet3DInt,Polygon2DInt,Polygon3DInt,PolygonSet3DInt,ProjectDataItem,ProjectInstance,RadialRep2DInt,Rect2DInt,Rect3DInt,RotateView3DTaskDialogPanel,SectionSet2DInt,SectionSet3DInt,SetView3DTaskDialogPanel,SgtAxis,SgtCartesianLayout,SgtLine,SgtLineLayout,SgtMultilinePlot,SgtPlotLayout,SgtPlotObject,SgtPointSet,SgtPointSetLayout,SgtScatterplot,Shape2DInt,Shape2DSelectionSet,Shape3DInt,ShapeSet2DInt,ShapeSet3DInt,ShapeStatsPanel,SimpleAxon,SimpleCompartment,SimpleCorticalConnection,SimpleCorticalInput,SimpleCorticalOutput,SimpleCorticalRegion,SimpleDendrite,SimpleDendrites,SimpleMotorNeuron,SimpleNeuron,SimpleSensoryNeuron,SimpleSoma,SimpleSynapse,TensorVolume3DInt,TestTextureInt,Text2DInt,Text2DIntMouseCoords,Vector2DInt,Vector3DInt,VectorSet3DInt,VertexDataColumn,VideoTaskDialogPanel,Volume2DInt,Volume3DInt,Volume4DInt,VolumeSet3DInt,X3DScene3DInt
public interface AttributeListener
Defines an interface for objects which listen for changes in an
Attribute object.- Since:
- 1.0
- Version:
- 1.0
- Author:
- Andrew Reid
-
Method Summary
Modifier and Type Method Description voidattributeUpdated(AttributeEvent e)Called when an Attribute's value has been updated.
-
Method Details
-
attributeUpdated
Called when an Attribute's value has been updated.- Parameters:
e-
-