JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.atlassian.jira.util
Interface Visitor<T>
@PublicSpi
public interface
Visitor<T>
Callback interface for code that implements the Visitor Pattern.
Since:
v5.2
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
visit
(
T
element)
Method Details
visit
void
visit
(
T
element)
View cookie preferences