Package com.luciad.util.enumeration
Interface ILcdFinalizeAction
public interface ILcdFinalizeAction
This interface specifies a method that is executed at the end of a
TLcdFinalizedEnumeration
.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute()
Instructions to execute at the the end of aTLcdFinalizedEnumeration
.
-
Method Details
-
execute
void execute()Instructions to execute at the the end of aTLcdFinalizedEnumeration
.
-