-
- All Implemented Interfaces:
-
icu.windea.breezeframework.core.component.Component
public interface TypedComponent implements Component
拥有目标类型的组件。
-
-
Method Summary
Modifier and Type Method Description abstract TypegetTargetType()目标类型。 -
-
Method Detail
-
getTargetType
abstract Type getTargetType()
目标类型。
-
-
-
-