Interface YLongProcedure
-
public interface YLongProcedureRepresentation of procedure that can be executed on argument of type long
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute(long value)Body of the procedure.
-