Uses of Interface
com.almworks.jira.structure.api.structure.StructureListener
Packages that use StructureListener
Package
Description
This package features
StructureManager service,
which is used to create structures and change their properties (but not the forest), and
Structure interface, which represents structures.-
Uses of StructureListener in com.almworks.jira.structure.api.structure
Methods in com.almworks.jira.structure.api.structure with parameters of type StructureListenerModifier and TypeMethodDescriptionvoidStructureManager.addListener(StructureListener listener) Adds a structure listener.voidStructureManager.removeListener(StructureListener listener) Removes the listener previously added viaStructureManager.addListener(StructureListener).