-
public interface PHandler
-
-
Method Summary
Modifier and Type Method Description abstract StringgetName()abstract IntegergetPriority()abstract BooleangetIsRelevant()-
-
Method Detail
-
getPriority
abstract Integer getPriority()
-
getIsRelevant
abstract Boolean getIsRelevant()
-
-
-
-